[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/18: gnu: cl-trivial-timeout: Update to 0.1.5-2.e70d9b4.
From: |
guix-commits |
Subject: |
08/18: gnu: cl-trivial-timeout: Update to 0.1.5-2.e70d9b4. |
Date: |
Thu, 9 Nov 2023 09:33:33 -0500 (EST) |
glv pushed a commit to branch master
in repository guix.
commit 9e7939d1807db37360637c2f8d6a8f3354c77e03
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Nov 7 00:57:52 2023 +0000
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>
---
gnu/packages/lisp-xyz.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index b02c3d0789..6e3593b9bb 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -1247,8 +1247,8 @@ and Gopher website hosting.")
(delete 'build-program))))))))
(define-public sbcl-trivial-timeout
- (let ((commit "feb869357f40f5e109570fb40abad215fb370c6c")
- (revision "1"))
+ (let ((commit "e70d9b4f7caeab83ea6ac50d724470fe49561e66")
+ (revision "2"))
(package
(name "sbcl-trivial-timeout")
(version (git-version "0.1.5" revision commit))
@@ -1256,11 +1256,11 @@ and Gopher website hosting.")
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/gwkkwg/trivial-timeout/")
+ (url "https://github.com/hraban/trivial-timeout")
(commit commit)))
(file-name (git-file-name "trivial-timeout" version))
(sha256
- (base32 "1kninxwvvih9nhh7a9y8lfgi7pdr76675y1clw4ss17vz8fbim5p"))))
+ (base32 "0s8z9aj6b3kv21yiyk13cjylzf5zlnw9v86vcff477m1gk9yddjs"))))
(build-system asdf-build-system/sbcl)
(native-inputs
(list sbcl-lift))
@@ -1268,7 +1268,7 @@ and Gopher website hosting.")
;; NOTE: (Sharlatan-20210202T231437+0000): Due to the age of this
library
;; tests use some deprecated functionality and keep failing.
`(#:tests? #f))
- (home-page "https://github.com/gwkkwg/trivial-timeout/")
+ (home-page "https://github.com/hraban/trivial-timeout")
(synopsis "Timeout library for Common Lisp")
(description
"This library provides an OS and implementation independent access to
- branch master updated (960d7ac5a5 -> 42bec70a91), guix-commits, 2023/11/09
- 03/18: gnu: cl-markdown: Update to 0.10.6-0.3788802., guix-commits, 2023/11/09
- 02/18: gnu: cl-lift: Update to 1.7.1-3.a794184., guix-commits, 2023/11/09
- 01/18: gnu: cl-trivial-shell: Patch shell path., guix-commits, 2023/11/09
- 04/18: gnu: cl-markdown: Enable tests., guix-commits, 2023/11/09
- 05/18: gnu: cl-markdown: Remove package labels., guix-commits, 2023/11/09
- 06/18: gnu: cl-metacopy: Update to 0.2.0-2.df7856f., guix-commits, 2023/11/09
- 08/18: gnu: cl-trivial-timeout: Update to 0.1.5-2.e70d9b4.,
guix-commits <=
- 10/18: gnu: cl-mathstats: Update source URL., guix-commits, 2023/11/09
- 11/18: gnu: cl-dynamic-classes: Update to 1.0.2-0.ebd7405., guix-commits, 2023/11/09
- 12/18: gnu: cl-containers: Update to 0.12.1-4.781ebfe., guix-commits, 2023/11/09
- 13/18: gnu: cl-metatilities-base: Update to 0.6.6-2.ef04337., guix-commits, 2023/11/09
- 17/18: gnu: emacs-sly: Update to 1.0.43-9.9c43bf6., guix-commits, 2023/11/09
- 07/18: gnu: cl-metacopy: Add ECL build., guix-commits, 2023/11/09
- 09/18: gnu: cl-trivial-timeout: Enable tests., guix-commits, 2023/11/09
- 14/18: gnu: cl-metabang-bind: Update to 0.8.0-2.0819642., guix-commits, 2023/11/09
- 15/18: gnu: cl-trivial-backtrace: Update to 1.1.0-2.7f90b4a., guix-commits, 2023/11/09
- 16/18: gnu: cl-graph: Update to 0.10.2-2.c617de3., guix-commits, 2023/11/09