[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: cl-golden-utils: Update to 0.0.0-4.e43914a.
From: |
guix-commits |
Subject: |
branch master updated: gnu: cl-golden-utils: Update to 0.0.0-4.e43914a. |
Date: |
Mon, 25 Mar 2024 05:25:07 -0400 |
This is an automated email from the git hooks/post-receive script.
glv pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 1415ea78c1 gnu: cl-golden-utils: Update to 0.0.0-4.e43914a.
1415ea78c1 is described below
commit 1415ea78c15043ddc9d3d3dfe9219a4160493bf1
Author: Andre A. Gomes <andremegafone@gmail.com>
AuthorDate: Sat Mar 23 10:12:22 2024 +0200
gnu: cl-golden-utils: Update to 0.0.0-4.e43914a.
* gnu/packages/lisp-xyz.scm (sbcl-golden-utils): Update to 0.0.0-4.e43914a.
[home-page]: Update URL.
Change-Id: I52a76ada520cb2f30fe94a7adc4c66086d6b7ec9
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 a5c34908d0..86117f7112 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -858,21 +858,21 @@ instead of symbols.")
(sbcl-package->ecl-package sbcl-list-named-class))
(define-public sbcl-golden-utils
- (let ((commit "fe1898f9abbd302b0359f017637c063173cf73e1")
- (revision "3"))
+ (let ((commit "e43914ad2bdb0c8e1b1f10ef591aafc3c55b89e7")
+ (revision "4"))
(package
(name "sbcl-golden-utils")
(version (git-version "0.0.0" revision commit))
- (home-page "https://github.com/mfiano/mfiano-utils")
+ (home-page "https://github.com/lisp-mirror/golden-utils")
(source
(origin
(method git-fetch)
(uri (git-reference
(url home-page)
(commit commit)))
- (file-name (git-file-name "golden-utils" version))
+ (file-name (git-file-name "cl-golden-utils" version))
(sha256
- (base32 "1ljc8yj32lmd1d60446rzl9m0r1ar15gdzacsf6blw1kny8xlrsr"))))
+ (base32 "09vq29wjr3x7h3fshwxg8h1psy4p73yl61cjljarpqjhsgz7lmbp"))))
(build-system asdf-build-system/sbcl)
(inputs
(list sbcl-alexandria))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: cl-golden-utils: Update to 0.0.0-4.e43914a.,
guix-commits <=