From acf6da0442043ba80e8c4d99f73914b0bc5c5b8c Mon Sep 17 00:00:00 2001 From: Omar Bassam Date: Sun, 26 Oct 2025 12:07:34 +0200 Subject: [PATCH] gnu: sbcl-crypto-shortcuts: Update to 2.0.0-2.9b77282. * gnu/packages/lisp-xyz.scm (sbcl-crypto-shortcuts): Update to 2.0.0-2.9b77282. [source]: Update to use new source url. [home-page]: Update to use new homepage url. [inputs]: Added sbcl-cl-base32 Change-Id: Ieb82dda6249174da89d96fdbacc22bd69e7086e8 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 6fe10969e1e9e39a44f78a5fb3c094278bd11fba..ffbfc37e646c446bcde575c3469483313240e21a 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -13717,8 +13717,8 @@ the ncurses terminal library.") (sbcl-package->ecl-package sbcl-croatoan)) (define-public sbcl-crypto-shortcuts - (let ((commit "7efd22d80e867cd8c9f8f363d4fe7b51ee2dadc0") - (revision "1")) + (let ((commit "9b77282d7d52ff89753bd71b5584169b53942dbc") + (revision "2")) (package (name "sbcl-crypto-shortcuts") (version (git-version "2.0.0" revision commit)) @@ -13726,19 +13726,19 @@ the ncurses terminal library.") (origin (method git-fetch) (uri (git-reference - (url "https://github.com/Shinmera/crypto-shortcuts") + (url "https://codeberg.org/shinmera/crypto-shortcuts") (commit commit))) (file-name (git-file-name "crypto-shortcuts" version)) (sha256 - (base32 "0c0m0ar04jn7qf2v8c4sivamlzki03r13rnxy8b3n27rh9r6hgin")))) + (base32 "1b0dzf84xzw444kib1744sls4l24zh3nx1cz77xbc8qphic0m0ms")))) (build-system asdf-build-system/sbcl) (inputs - (list sbcl-cl-base64 sbcl-flexi-streams sbcl-ironclad)) + (list sbcl-cl-base64 sbcl-cl-base32 sbcl-flexi-streams sbcl-ironclad)) (synopsis "Collection of common cryptography functions") (description "This is a collection of common cryptography functions for Common Lisp.") - (home-page "https://shinmera.github.io/crypto-shortcuts/") + (home-page "https://shinmera.com/docs/crypto-shortcuts") (license license:zlib)))) (define-public cl-crypto-shortcuts