mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: sbcl-cl-sqlite: Update to 0.2.1.
* gnu/packages/lisp-xyz.scm (sbcl-cl-sqlite): Update to 0.2.1.
This commit is contained in:
parent
d8c71fd91f
commit
b7d974b3fd
1 changed files with 36 additions and 38 deletions
|
@ -2629,20 +2629,19 @@ package.")
|
|||
(sbcl-package->cl-source-package sbcl-cffi-uffi-compat))
|
||||
|
||||
(define-public sbcl-cl-sqlite
|
||||
(let ((commit "c738e66d4266ef63a1debc4ef4a1b871a068c112"))
|
||||
(package
|
||||
(name "sbcl-cl-sqlite")
|
||||
(version (git-version "0.2" "1" commit))
|
||||
(version "0.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/dmitryvk/cl-sqlite")
|
||||
(commit commit)))
|
||||
(commit version)))
|
||||
(file-name (git-file-name "cl-sqlite" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ng45k1hdb84sqjryrfx93g66bsbybmpy301wd0fdybnc5jzr36q"))))
|
||||
"08iv7b4m0hh7qx2cvq4f510nrgdld0vicnvmqsh9w0fgrcgmyg4k"))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(inputs
|
||||
`(("iterate" ,sbcl-iterate)
|
||||
|
@ -2652,8 +2651,7 @@ package.")
|
|||
`(("fiveam" ,sbcl-fiveam)
|
||||
("bordeaux-threads" ,sbcl-bordeaux-threads)))
|
||||
(arguments
|
||||
`(#:tests? #f ; Upstream seems to have issues with tests: https://github.com/dmitryvk/cl-sqlite/issues/7
|
||||
#:asd-file "sqlite.asd"
|
||||
`(#:asd-file "sqlite.asd"
|
||||
#:asd-system-name "sqlite"
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
@ -2667,7 +2665,7 @@ package.")
|
|||
(description
|
||||
"The @command{cl-sqlite} package is an interface to the SQLite embedded
|
||||
relational database engine.")
|
||||
(license license:public-domain))))
|
||||
(license license:public-domain)))
|
||||
|
||||
(define-public cl-sqlite
|
||||
(sbcl-package->cl-source-package sbcl-cl-sqlite))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue