mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: cl-quri: Update to 0.7.0-0.03ecaf3.
* gnu/packages/lisp-xyz.scm (sbcl-quri): Update to 0.7.0-0.03ecaf3. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Change-Id: I688d5d696ac88eff16fa806c4dab747b58653201
This commit is contained in:
parent
1615084a9a
commit
78ecc653b8
1 changed files with 23 additions and 21 deletions
|
@ -24472,28 +24472,30 @@ (define-public ecl-quicksearch
|
||||||
(sbcl-package->ecl-package sbcl-quicksearch))
|
(sbcl-package->ecl-package sbcl-quicksearch))
|
||||||
|
|
||||||
(define-public sbcl-quri
|
(define-public sbcl-quri
|
||||||
(package
|
(let ((commit "03ecaf3771561d713e58a9c5c22b4d95a7592527")
|
||||||
(name "sbcl-quri")
|
(revision "0"))
|
||||||
(version "0.7.0")
|
(package
|
||||||
(source
|
(name "sbcl-quri")
|
||||||
(origin
|
(version (git-version "0.7.0" revision commit))
|
||||||
(method git-fetch)
|
(source
|
||||||
(uri (git-reference
|
(origin
|
||||||
(url "https://github.com/fukamachi/quri")
|
(method git-fetch)
|
||||||
(commit version)))
|
(uri (git-reference
|
||||||
(file-name (git-file-name name version))
|
(url "https://github.com/fukamachi/quri")
|
||||||
(sha256
|
(commit commit)))
|
||||||
(base32 "0l1jnvvkyaxbf08lnqfdbv6lrkq02iqr3y3rwvqxm4fvnzp7mnpz"))))
|
(file-name (git-file-name "cl-quri" version))
|
||||||
(build-system asdf-build-system/sbcl)
|
(sha256
|
||||||
(native-inputs (list sbcl-prove))
|
(base32 "1dd96mvgwbs799qzh7amc7kgwy84qhi1gw1yj08n83wmy5k4b9k2"))))
|
||||||
(inputs (list sbcl-babel sbcl-split-sequence sbcl-cl-utilities
|
(build-system asdf-build-system/sbcl)
|
||||||
sbcl-alexandria))
|
(native-inputs (list sbcl-prove))
|
||||||
(home-page "https://github.com/fukamachi/quri")
|
(inputs (list sbcl-babel sbcl-split-sequence sbcl-cl-utilities
|
||||||
(synopsis "Yet another URI library for Common Lisp")
|
sbcl-alexandria))
|
||||||
(description
|
(home-page "https://github.com/fukamachi/quri")
|
||||||
"QURI (pronounced \"Q-ree\") is yet another URI library for Common
|
(synopsis "Yet another URI library for Common Lisp")
|
||||||
|
(description
|
||||||
|
"QURI (pronounced \"Q-ree\") is yet another URI library for Common
|
||||||
Lisp. It is intended to be a replacement of PURI.")
|
Lisp. It is intended to be a replacement of PURI.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3))))
|
||||||
|
|
||||||
(define-public cl-quri
|
(define-public cl-quri
|
||||||
(sbcl-package->cl-source-package sbcl-quri))
|
(sbcl-package->cl-source-package sbcl-quri))
|
||||||
|
|
Loading…
Reference in a new issue