mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: sbcl-puri: Update to 1.5.7-2.4bbab89.
* gnu/packages/lisp-xyz.scm (sbcl-puri): Update to 1.5.7-2.4bbab89. [home-page]: Fix URL. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
e11055f012
commit
e05a36a823
1 changed files with 5 additions and 5 deletions
|
@ -2408,8 +2408,8 @@ (define-public ecl-ptester
|
|||
(sbcl-package->ecl-package sbcl-ptester))
|
||||
|
||||
(define-public sbcl-puri
|
||||
(let ((commit "ef5afb9e5286c8e952d4344f019c1a636a717b97")
|
||||
(revision "1"))
|
||||
(let ((commit "4bbab89d9ccbb26346899d1f496c97604fec567b")
|
||||
(revision "2"))
|
||||
(package
|
||||
(name "sbcl-puri")
|
||||
(version (git-version "1.5.7" revision commit))
|
||||
|
@ -2419,13 +2419,13 @@ (define-public sbcl-puri
|
|||
(uri (git-reference
|
||||
(url "http://git.kpe.io/puri.git")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(file-name (git-file-name "puri" version))
|
||||
(sha256
|
||||
(base32 "1vm25pdl92laj72p5vyd538kf3cjy2655z6bdc99h20ana2p231s"))))
|
||||
(base32 "0gq2rsr0aihs0z20v4zqvmdl4szq53b52rh97pvnmwrlbn4mapmd"))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(native-inputs
|
||||
`(("ptester" ,sbcl-ptester)))
|
||||
(home-page "http://quickdocs.org/puri/")
|
||||
(home-page "http://puri.kpe.io/")
|
||||
(synopsis "Portable URI Library")
|
||||
(description
|
||||
"This is a portable Universal Resource Identifier library for Common
|
||||
|
|
Loading…
Reference in a new issue