~ruther/guix-local

2950e429c1ecec46419bee00ed33fea9598f0508 — Omar Bassam 4 months ago b04b2b9
gnu: sbcl-colored: Update to 1.0.0-2.54e6184.

* gnu/packages/lisp-xyz.scm (sbcl-colored): Update to 1.0.0-2.54e6184.
[source]: Update to use new source url.
[home-page]: Update to use new homepage url.

Change-Id: I5dff3a942550e00e489ac8bebb824f94417fb572
Signed-off-by: Omar Bassam <omar.bassam88@gmail.com>
Signed-off-by: jgart <jgart@dismail.de>
1 files changed, 5 insertions(+), 5 deletions(-)

M gnu/packages/lisp-xyz.scm
M gnu/packages/lisp-xyz.scm => gnu/packages/lisp-xyz.scm +5 -5
@@ 12955,8 12955,8 @@ collecting values easier.")
  (sbcl-package->ecl-package sbcl-collectors))

(define-public sbcl-colored
  (let ((commit "bee87efb0b047da0f071f5cf1457997ab5f93feb")
        (revision "1"))
  (let ((commit "54e6184da4aca380cc7240c417f1e2a0d76b3a84")
        (revision "2"))
    (package
      (name "sbcl-colored")
      (version (git-version "1.0.0" revision commit))


@@ 12964,11 12964,11 @@ collecting values easier.")
       (origin
         (method git-fetch)
         (uri (git-reference
               (url "https://github.com/Shinmera/colored/")
               (url "https://codeberg.org/shinmera/colored")
               (commit commit)))
         (file-name (git-file-name name version))
         (sha256
          (base32 "0mpg91r6yfb9xqccd4r8z3hl2qzjhdj6daswb1cinrm8ffxrvy5k"))))
          (base32 "1n9k8rh2p7kb2ikxpgw8sywaxw0n5m3iky808dwc4hqz04piqmmh"))))
      (build-system asdf-build-system/sbcl)
      (native-inputs
       (list sbcl-parachute))


@@ 12978,7 12978,7 @@ collecting values easier.")
      (description
       "This is a library for representing and mapping colours between their
various spaces.")
      (home-page "https://shinmera.github.io/colored/")
      (home-page "https://shinmera.com/docs/colored")
      (license license:zlib))))

(define-public cl-colored