Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Guix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ogs
inf
Guix
Commits
dba8f523
Unverified
Commit
dba8f523
authored
4 years ago
by
Pierre Neidhardt
Browse files
Options
Downloads
Patches
Plain Diff
gnu: sbcl-dbi: Update to 20200518.
* gnu/packages/lisp-xyz.scm (sbcl-dbi): Update to 20200518.
parent
b7d974b3
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gnu/packages/lisp-xyz.scm
+28
-24
28 additions, 24 deletions
gnu/packages/lisp-xyz.scm
with
28 additions
and
24 deletions
gnu/packages/lisp-xyz.scm
+
28
−
24
View file @
dba8f523
...
@@ -10997,31 +10997,35 @@ (define-public cl-postmodern
...
@@ -10997,31 +10997,35 @@ (define-public cl-postmodern
(
sbcl-package->cl-source-package
sbcl-postmodern
))
(
sbcl-package->cl-source-package
sbcl-postmodern
))
(
define-public
sbcl-dbi
(
define-public
sbcl-dbi
(
package
;; Master includes a breaking change which other packages depend on since
(
name
"sbcl-dbi"
)
;; Quicklisp decided to follow it:
(
version
"0.9.4"
)
;; https://github.com/fukamachi/cl-dbi/commit/31c46869722f77fd5292a81b5b101f1347d7fce1
(
source
(
let
((
commit
"31c46869722f77fd5292a81b5b101f1347d7fce1"
))
(
origin
(
package
(
method
git-fetch
)
(
name
"sbcl-dbi"
)
(
uri
(
git-reference
(
version
(
git-version
"0.9.4"
"1"
commit
))
(
url
"https://github.com/fukamachi/cl-dbi"
)
(
source
(
commit
version
)))
(
origin
(
file-name
(
git-file-name
name
version
))
(
method
git-fetch
)
(
sha256
(
uri
(
git-reference
(
base32
"0m1fsravfaizamdak84adh3jxc4j91maqnrb4m08bfbmb04cdqhs"
))))
(
url
"https://github.com/fukamachi/cl-dbi"
)
(
build-system
asdf-build-system/sbcl
)
(
commit
commit
)))
(
inputs
(
file-name
(
git-file-name
name
version
))
`
((
"bordeaux-threads"
,
sbcl-bordeaux-threads
)
(
sha256
(
"closer-mop"
,
sbcl-closer-mop
)
(
base32
"0r3n4rw12qqxad0cryym2ibm4ddl49gbq4ra227afibsr43nw5k3"
))))
(
"split-sequence"
,
sbcl-split-sequence
)))
(
build-system
asdf-build-system/sbcl
)
(
arguments
(
inputs
`
(
#
:tests?
#f
))
; TODO: Break circular dependency with dbd-*
`
((
"bordeaux-threads"
,
sbcl-bordeaux-threads
)
(
synopsis
"Database independent interface for Common Lisp"
)
(
"closer-mop"
,
sbcl-closer-mop
)
(
description
(
"split-sequence"
,
sbcl-split-sequence
)))
"@code{dbi} is a Common Lisp library providing a database independent
(
arguments
`
(
#
:tests?
#f
))
; TODO: Break circular dependency with dbd-*
(
synopsis
"Database independent interface for Common Lisp"
)
(
description
"@code{dbi} is a Common Lisp library providing a database independent
interface for MySQL, PostgreSQL and SQLite."
)
interface for MySQL, PostgreSQL and SQLite."
)
(
home-page
"https://github.com/fukamachi/cl-dbi"
)
(
home-page
"https://github.com/fukamachi/cl-dbi"
)
(
license
license:llgpl
)))
(
license
license:llgpl
)))
)
(
define-public
cl-dbi
(
define-public
cl-dbi
(
sbcl-package->cl-source-package
sbcl-dbi
))
(
sbcl-package->cl-source-package
sbcl-dbi
))
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment