Archived
1
0
Fork 0

gnu: sbcl-plump: Update to 20200415.

* gnu/packages/lisp-xyz.scm (sbcl-plump): Update to 20200415.
This commit is contained in:
Pierre Neidhardt 2020-05-06 15:50:33 +02:00
parent 438d8113d0
commit ef4a5a858c
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

View file

@ -7835,8 +7835,8 @@ functions for arrays and vectors. Originally from Plump.")
(sbcl-package->cl-source-package sbcl-array-utils)) (sbcl-package->cl-source-package sbcl-array-utils))
(define-public sbcl-plump (define-public sbcl-plump
(let ((commit "16f1231bf706cfbc54d9e55a853ca945e4452a08") (let ((commit "34f890fe46efdebe7bb70d218f1937e98f632bf9")
(revision "0")) (revision "1"))
(package (package
(name "sbcl-plump") (name "sbcl-plump")
(version (git-version "2.0.0" revision commit)) (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)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0705k8pbip51v74rccgwscwph439f2pma9f915qf1h4bhjx999ip")))) "0a0x8wn6vv1ylxcwck12k18gy0a366kdm6ddxxk7yynl4mwnqgkh"))))
(build-system asdf-build-system/sbcl) (build-system asdf-build-system/sbcl)
(inputs (inputs
`(("array-utils" ,sbcl-array-utils) `(("array-utils" ,sbcl-array-utils)