From 9700af5ff124cd18ead774e24395d386823da8ed Mon Sep 17 00:00:00 2001 From: Omar Bassam Date: Sun, 12 Oct 2025 10:16:52 +0300 Subject: [PATCH] gnu: sbcl-array-utils: Update to 1.3.0-1.16e108a. * gnu/packages/lisp-xyz.scm (sbcl-array-utils): Update to 1.3.0-1.16e108a. [source]: Update to use new source url. [home-page]: Update to use new homepage url. Change-Id: Iafa0b8d1503e7a399738685e8c067bf80c30aeb4 Signed-off-by: Omar Bassam Signed-off-by: jgart --- gnu/packages/lisp-xyz.scm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index c39ceff7da0dbd883fc4c4d9f372d2a5e353d78e..38fb8cbaacd4e8b0fad241ddcccbdac584d43636 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -1550,21 +1550,21 @@ Common Lisp arrays and performing numerical calculations with them.") (sbcl-package->ecl-package sbcl-array-operations)) (define-public sbcl-array-utils - (let ((commit "29da8fccf6093fe8f8c7b2daef7de1a428ef1834") - (revision "0")) + (let ((commit "16e108a516a1e6662adaa59f05841b8d251c250f") + (revision "1")) (package (name "sbcl-array-utils") - (version (git-version "1.2.0" revision commit)) + (version (git-version "1.3.0" revision commit)) (source (origin (method git-fetch) (uri (git-reference - (url "https://github.com/Shinmera/array-utils") + (url "https://codeberg.org/shinmera/array-utils") (commit commit))) (file-name (git-file-name "cl-array-utils" version)) (sha256 - (base32 "1d66s2inb9hpw27hdb20x27dychmpn1mn35v0mlsib848qdz87az")))) + (base32 "0xacdjirb4bkszilmyyg7fzinka71f14z30nz2jwi7a88b8lxk1g")))) (build-system asdf-build-system/sbcl) (native-inputs (list sbcl-parachute)) @@ -1574,7 +1574,7 @@ Common Lisp arrays and performing numerical calculations with them.") (description "A miniature toolkit that contains some useful shifting/popping/pushing functions for arrays and vectors. Originally from Plump.") - (home-page "https://shinmera.github.io/array-utils/") + (home-page "https://codeberg.org/shinmera/array-utils") (license license:zlib)))) (define-public cl-array-utils