guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: cl-plump: Update to 2.0.0-2.3584275.


From: guix-commits
Subject: branch master updated: gnu: cl-plump: Update to 2.0.0-2.3584275.
Date: Thu, 12 Aug 2021 04:14:32 -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 1d6be1c  gnu: cl-plump: Update to 2.0.0-2.3584275.
1d6be1c is described below

commit 1d6be1c9d72c9e4d6bafcaa16f1e1a206d81be5a
Author: Charles <charles.b.jackson@protonmail.com>
AuthorDate: Wed Aug 11 19:01:36 2021 -0500

    gnu: cl-plump: Update to 2.0.0-2.3584275.
    
    * gnu/packages/lisp-xyz.scm (sbcl-plump): Update to 2.0.0-2.3584275.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 gnu/packages/lisp-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index b630e2e..38cc7d6 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -8136,8 +8136,8 @@ functions for arrays and vectors.  Originally from 
Plump.")
   (sbcl-package->ecl-package sbcl-array-utils))
 
 (define-public sbcl-plump
-  (let ((commit "34f890fe46efdebe7bb70d218f1937e98f632bf9")
-        (revision "1"))
+  (let ((commit "3584275f0be9d06c0c51b5c08f89005deafc4ada")
+        (revision "2"))
     (package
       (name "sbcl-plump")
       (version (git-version "2.0.0" revision commit))
@@ -8151,7 +8151,7 @@ functions for arrays and vectors.  Originally from 
Plump.")
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "0a0x8wn6vv1ylxcwck12k18gy0a366kdm6ddxxk7yynl4mwnqgkh"))))
+           "1w4wz7f6dc2ckdq9wq9r5014bg2nxjifj9yz1zzn41r8h1h5xfcd"))))
       (build-system asdf-build-system/sbcl)
       (inputs
        `(("array-utils" ,sbcl-array-utils)



reply via email to

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