gnu: cl-croatoan: Update to 0.3-2.4700557.

* gnu/packages/lisp-xyz.scm (sbcl-croatoan): Update to 0.3-2.4700557.
  [source, home-page]: Switch to new URL.

Change-Id: I692e2a5a5fef6d4278f21eb3991068c3e5f23567
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
Cage 2024-12-14 14:25:49 +01:00 committed by Guillaume Le Vaillant
parent c3290cee6a
commit 946f763023
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -12949,8 +12949,8 @@ well as standard genetic algorithms.")
(sbcl-package->ecl-package sbcl-core-gp)) (sbcl-package->ecl-package sbcl-core-gp))
(define-public sbcl-croatoan (define-public sbcl-croatoan
(let ((commit "0157da69edf1459db43fcd30bc6941ef0b26c02d") (let ((commit "470055739ef6ece42655ef0f3878a87a9e3e9b78")
(revision "1")) (revision "2"))
(package (package
(name "sbcl-croatoan") (name "sbcl-croatoan")
(version (git-version "0.3" revision commit)) (version (git-version "0.3" revision commit))
@ -12958,11 +12958,11 @@ well as standard genetic algorithms.")
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/McParen/croatoan") (url "https://codeberg.org/McParen/croatoan")
(commit commit))) (commit commit)))
(file-name (git-file-name "cl-croatoan" version)) (file-name (git-file-name "cl-croatoan" version))
(sha256 (sha256
(base32 "1pd3ivh2hcrbj7xfrfma10chlpzcgh0g36sjy5b23pm2zga4dqvs")))) (base32 "04776x4i8inxs8n4mgy9xf0q39bzv4mfz4cl880sxwk6mnhwnn4c"))))
(build-system asdf-build-system/sbcl) (build-system asdf-build-system/sbcl)
(arguments (arguments
'(#:phases '(#:phases
@ -12980,7 +12980,7 @@ well as standard genetic algorithms.")
(synopsis "Common Lisp bindings for the ncurses terminal library") (synopsis "Common Lisp bindings for the ncurses terminal library")
(description "Croatoan provides high-level Common Lisp CLOS bindings for (description "Croatoan provides high-level Common Lisp CLOS bindings for
the ncurses terminal library.") the ncurses terminal library.")
(home-page "https://github.com/McParen/croatoan") (home-page "https://codeberg.org/McParen/croatoan")
(license license:expat)))) (license license:expat))))
(define-public cl-croatoan (define-public cl-croatoan