guix-commits
[Top][All Lists]
Advanced

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

18/23: gnu: sbcl-plump: Update to 20200415.


From: guix-commits
Subject: 18/23: gnu: sbcl-plump: Update to 20200415.
Date: Wed, 6 May 2020 12:18:23 -0400 (EDT)

ambrevar pushed a commit to branch master
in repository guix.

commit ef4a5a858c7321053b79e733e4efbe232d79f83d
Author: Pierre Neidhardt <address@hidden>
AuthorDate: Wed May 6 15:50:33 2020 +0200

    gnu: sbcl-plump: Update to 20200415.
    
    * gnu/packages/lisp-xyz.scm (sbcl-plump): Update to 20200415.
---
 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 42029bc..c25a843 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -7835,8 +7835,8 @@ functions for arrays and vectors.  Originally from 
Plump.")
   (sbcl-package->cl-source-package sbcl-array-utils))
 
 (define-public sbcl-plump
-  (let ((commit "16f1231bf706cfbc54d9e55a853ca945e4452a08")
-        (revision "0"))
+  (let ((commit "34f890fe46efdebe7bb70d218f1937e98f632bf9")
+        (revision "1"))
     (package
       (name "sbcl-plump")
       (version (git-version "2.0.0" revision commit))
@@ -7850,7 +7850,7 @@ functions for arrays and vectors.  Originally from 
Plump.")
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "0705k8pbip51v74rccgwscwph439f2pma9f915qf1h4bhjx999ip"))))
+           "0a0x8wn6vv1ylxcwck12k18gy0a366kdm6ddxxk7yynl4mwnqgkh"))))
       (build-system asdf-build-system/sbcl)
       (inputs
        `(("array-utils" ,sbcl-array-utils)



reply via email to

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