[PATCH] gnu: cl-array-utils: Update to 1.1.1-1.40cea8f.

  • Done
  • quality assurance status badge
Details
2 participants
  • Guillaume Le Vaillant
  • Paul A. Patience
Owner
unassigned
Submitted by
Paul A. Patience
Severity
normal
P
P
Paul A. Patience wrote on 21 Nov 2022 11:33
(address . guix-patches@gnu.org)(name . Paul A. Patience)(address . paul@apatience.com)
20221121103341.39850-1-paul@apatience.com
* gnu/packages/lisp-xyz.scm (sbcl-array-utils): Update to 1.1.1-1.40cea8f.
[file-name]: Rename to cl-array-utils.
---
gnu/packages/lisp-xyz.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)

Toggle diff (28 lines)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 2cad80517a..a0fb302ded 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -8745,8 +8745,8 @@ (define-public ecl-form-fiddle
(sbcl-package->ecl-package sbcl-form-fiddle))

(define-public sbcl-array-utils
- (let ((commit "f90eb9070d0b2205af51126a35033574725e5c56")
- (revision "0"))
+ (let ((commit "40cea8fc895add87d1dba9232da817750222b528")
+ (revision "1"))
(package
(name "sbcl-array-utils")
(version (git-version "1.1.1" revision commit))
@@ -8757,10 +8757,9 @@ (define-public sbcl-array-utils
(git-reference
(url "https://github.com/Shinmera/array-utils")
(commit commit)))
- (file-name (git-file-name name version))
+ (file-name (git-file-name "cl-array-utils" version))
(sha256
- (base32
- "0zhwfbpr53vs1ii4sx75dz2k9yhh1xpwdqqpg8nmfndxkmhpbi3x"))))
+ (base32 "0d7nddak8h2aa82z11vdbd97srk5bdgq41pzmibsz3ymspnndicd"))))
(build-system asdf-build-system/sbcl)
(native-inputs
(list sbcl-parachute))
--
2.38.0
G
G
Guillaume Le Vaillant wrote on 22 Nov 2022 10:11
(name . Paul A. Patience)(address . paul@apatience.com)(address . 59441-done@debbugs.gnu.org)
878rk35p6k.fsf@kitej
Patch pushed as bb829bb23bc85e8218855e477c564e3b72579069.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCY3ySQw8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j9GhAD/UmD39uib3xECYhhBRV6nOhAZQAewUYZxzXir
6aYI200A/2hGSmQM6ycfBlGcaEhB6YlVSkNBwc0EMcyaRL4OtlNw
=UPZk
-----END PGP SIGNATURE-----

Closed
?