guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

15/24: gnu: cl-collectors: Update to 1.0-1.748f0a1.


From: guix-commits
Subject: 15/24: gnu: cl-collectors: Update to 1.0-1.748f0a1.
Date: Fri, 24 Feb 2023 09:53:44 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit 540eca0cf214882b6bb9caf2baf67f148e955cff
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Fri Feb 24 13:23:33 2023 +0100

    gnu: cl-collectors: Update to 1.0-1.748f0a1.
    
    * gnu/packages/lisp-xyz.scm (sbcl-collectors): Update to 1.0-1.748f0a1.
---
 gnu/packages/lisp-xyz.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 48035e1b2f..025f555cda 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -14948,19 +14948,20 @@ table.")
   (sbcl-package->ecl-package sbcl-concurrent-hash-tables))
 
 (define-public sbcl-collectors
-  (let ((commit "13acef25d8422d1d82e067b1861e513587c166ee"))
+  (let ((commit "748f0a1613ce161edccad4cc815eccd7fc55aaf3")
+        (revision "1"))
     (package
       (name "sbcl-collectors")
-      (version (git-version "0.1" "1" commit))
+      (version (git-version "1.0" revision commit))
       (source
        (origin
          (method git-fetch)
          (uri (git-reference
                (url "https://github.com/AccelerationNet/collectors";)
                (commit commit)))
-         (file-name (git-file-name name version))
+         (file-name (git-file-name "cl-collectors" version))
          (sha256
-          (base32 "1si68n1j6rpns8jw6ksqjpb937pdl30v7xza8rld7j5vh0jhy2yi"))))
+          (base32 "1mxcq7wq2jwbjd39afihpd46qkaidq76prgjbzpkv5749wf2spib"))))
       (build-system asdf-build-system/sbcl)
       (inputs
        (list sbcl-alexandria sbcl-closer-mop sbcl-symbol-munger))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]