diff options
author | cage <cage-dev@twistfold.it> | 2023-08-05 12:22:20 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2023-08-08 10:31:10 +0200 |
commit | b9098eaf5e7b36c96f8fb5a39f7740c0adcfca4d (patch) | |
tree | b093bafa90e10df6bdfe0fca4d1cfe8827a5371b /gnu/packages/lisp-xyz.scm | |
parent | c7d9fb58a76d38356c8f9b06c17f9085a3fef968 (diff) | |
download | guix-b9098eaf5e7b36c96f8fb5a39f7740c0adcfca4d.tar.gz guix-b9098eaf5e7b36c96f8fb5a39f7740c0adcfca4d.zip |
gnu: cl-i18n: Update to 0.5.5-3.acb162a.
* gnu/packages/lisp-xyz.scm (sbcl-cl-i18n): Update to 0.5.5-3.acb162a.
[source, home-page]: Switch from Notabug to Codeberg.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Diffstat (limited to 'gnu/packages/lisp-xyz.scm')
-rw-r--r-- | gnu/packages/lisp-xyz.scm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index a825eaacdd..b6956f1756 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -18719,20 +18719,20 @@ dynamically.") (sbcl-package->cl-source-package sbcl-sxql-composer)) (define-public sbcl-cl-i18n - (let ((commit "66b02dc2cff3ab97f924329aaf965807fe18aa20") - (revision "2")) + (let ((commit "acb162a12dac50fc46d83da8934fce85d19e31c4") + (revision "3")) (package (name "sbcl-cl-i18n") - (version (git-version "0.5.3" revision commit)) + (version (git-version "0.5.5" revision commit)) (source (origin (method git-fetch) (uri (git-reference - (url "https://notabug.org/cage/cl-i18n") + (url "https://codeberg.org/cage/cl-i18n") (commit commit))) (file-name (git-file-name "cl-i18n" version)) (sha256 - (base32 "06ij1wxancsym87gg63nvjh7vfzjipi1f02h4fb2ypip60vw06lc")))) + (base32 "1y29cirmlyc406a45sdx39spvnjzbs772c977075ccicz46qaxz7")))) (build-system asdf-build-system/sbcl) (inputs (list sbcl-alexandria sbcl-babel sbcl-cl-ppcre-unicode)) @@ -18740,7 +18740,7 @@ dynamically.") (description "This is a Gettext-style internationalisation framework for Common Lisp.") - (home-page "https://notabug.org/cage/cl-i18n") + (home-page "https://codeberg.org/cage/cl-i18n") (license license:llgpl)))) (define-public ecl-cl-i18n |