Archived
1
0
Fork 0

gnu: sbcl-quri: Update to 0.3.0.

* gnu/packages/lisp-xyz.scm (sbcl-quri): Update to 0.3.0.
This commit is contained in:
Pierre Neidhardt 2021-03-10 18:19:20 +01:00
parent 336088d521
commit 6e70211b20
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

View file

@ -4331,20 +4331,18 @@ addition, removal, and random selection.")
(sbcl-package->ecl-package sbcl-map-set)) (sbcl-package->ecl-package sbcl-map-set))
(define-public sbcl-quri (define-public sbcl-quri
(let ((commit "d7f2720568146c6674187f625f115925e6364a7f")
(revision "4"))
(package (package
(name "sbcl-quri") (name "sbcl-quri")
(version (git-version "0.1.0" revision commit)) (version "0.3.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/fukamachi/quri") (url "https://github.com/fukamachi/quri")
(commit commit))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0yrcvz5ksfr7x8yx741vp65il0fxxaskppq3iyk9bq895s1jn37w")))) (base32 "1pkvpiwwhx2fcknr7x47h7036ypkg8xzsskqbl5z315ipfmi8s2m"))))
(build-system asdf-build-system/sbcl) (build-system asdf-build-system/sbcl)
(arguments (arguments
;; Test system must be loaded before, otherwise tests fail with: ;; Test system must be loaded before, otherwise tests fail with:
@ -4362,7 +4360,7 @@ addition, removal, and random selection.")
(description (description
"QURI (pronounced \"Q-ree\") is yet another URI library for Common "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))