~ruther/guix-local

acf6da0442043ba80e8c4d99f73914b0bc5c5b8c — Omar Bassam 4 months ago 2950e42
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 <jgart@dismail.de>
1 files changed, 6 insertions(+), 6 deletions(-)

M gnu/packages/lisp-xyz.scm
M gnu/packages/lisp-xyz.scm => gnu/packages/lisp-xyz.scm +6 -6
@@ 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