mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 19:40:46 +02:00
gnu: sbcl-rss: Update to 0.9.1.1.
* gnu/packages/lisp-xyz.scm (sbcl-rss): Update to 0.9.1.1. [source]: Use upstream URL instead of GitHub mirror. [arguments]: Missing tests are no longer an issue with latest version.
This commit is contained in:
parent
3315637f95
commit
88c7c73974
1 changed files with 4 additions and 7 deletions
|
@ -18053,23 +18053,20 @@ functions allow Lisp programs to explore the web.")
|
||||||
|
|
||||||
(define-public sbcl-rss
|
(define-public sbcl-rss
|
||||||
;; No release.
|
;; No release.
|
||||||
(let ((commit "2aeeb0301ac27d209bf1ee1be120ad0772838b79"))
|
(let ((commit "51d0145e91b86327ae5c36364f9c3048052e7a58"))
|
||||||
(package
|
(package
|
||||||
(name "sbcl-rss")
|
(name "sbcl-rss")
|
||||||
(version (git-version "0.9.1" "1" commit))
|
(version (git-version "0.9.1.1" "2" commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/nsrahmad/cl-rss/")
|
(url "http://git.kpe.io/cl-rss.git")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "039rpk8dx5b98jifyi6si49prdgacy9pz425ml0alx84mpflmqyl"))))
|
(base32 "0wv3j13fj73gigriw5r9vi920hz05ld7zllsvbxdxvmyfy9k1kly"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(arguments
|
|
||||||
;; Tests are missing.
|
|
||||||
`(#:tests? #f))
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("aserve" ,sbcl-aserve)
|
`(("aserve" ,sbcl-aserve)
|
||||||
("kmrcl" ,sbcl-kmrcl)
|
("kmrcl" ,sbcl-kmrcl)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue