gnu: cl-trivial-timeout: Update to 0.1.5-2.e70d9b4.
* gnu/packages/lisp-xyz.scm (sbcl-trivial-timeout): Update to 0.1.5-2.e70d9b4. [source]: Update URL as maintainer and owner of repository was changed. [home-page]: As above. Change-Id: Ia7251a2caed1347d4293975c2aefa8bea7c0dc7e Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
a2fd34ec95
commit
9e7939d180
1 changed files with 5 additions and 5 deletions
|
@ -1247,8 +1247,8 @@ and Gopher website hosting.")
|
||||||
(delete 'build-program))))))))
|
(delete 'build-program))))))))
|
||||||
|
|
||||||
(define-public sbcl-trivial-timeout
|
(define-public sbcl-trivial-timeout
|
||||||
(let ((commit "feb869357f40f5e109570fb40abad215fb370c6c")
|
(let ((commit "e70d9b4f7caeab83ea6ac50d724470fe49561e66")
|
||||||
(revision "1"))
|
(revision "2"))
|
||||||
(package
|
(package
|
||||||
(name "sbcl-trivial-timeout")
|
(name "sbcl-trivial-timeout")
|
||||||
(version (git-version "0.1.5" revision commit))
|
(version (git-version "0.1.5" revision commit))
|
||||||
|
@ -1256,11 +1256,11 @@ and Gopher website hosting.")
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/gwkkwg/trivial-timeout/")
|
(url "https://github.com/hraban/trivial-timeout")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name "trivial-timeout" version))
|
(file-name (git-file-name "trivial-timeout" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1kninxwvvih9nhh7a9y8lfgi7pdr76675y1clw4ss17vz8fbim5p"))))
|
(base32 "0s8z9aj6b3kv21yiyk13cjylzf5zlnw9v86vcff477m1gk9yddjs"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list sbcl-lift))
|
(list sbcl-lift))
|
||||||
|
@ -1268,7 +1268,7 @@ and Gopher website hosting.")
|
||||||
;; NOTE: (Sharlatan-20210202T231437+0000): Due to the age of this library
|
;; NOTE: (Sharlatan-20210202T231437+0000): Due to the age of this library
|
||||||
;; tests use some deprecated functionality and keep failing.
|
;; tests use some deprecated functionality and keep failing.
|
||||||
`(#:tests? #f))
|
`(#:tests? #f))
|
||||||
(home-page "https://github.com/gwkkwg/trivial-timeout/")
|
(home-page "https://github.com/hraban/trivial-timeout")
|
||||||
(synopsis "Timeout library for Common Lisp")
|
(synopsis "Timeout library for Common Lisp")
|
||||||
(description
|
(description
|
||||||
"This library provides an OS and implementation independent access to
|
"This library provides an OS and implementation independent access to
|
||||||
|
|
Reference in a new issue