gnu: cl-metatilities-base: Update to 0.6.6-2.ef04337.

* gnu/packages/lisp-xyz.scm (sbcl-metatilities-base): Update to 0.6.6-2.ef04337.
[source]: Update URL as maintainer and owner of repository was changed.

Change-Id: I98274d5dc74244406e2e25de8d83379bdb110b8f
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
Sharlatan Hellseher 2023-11-07 00:57:57 +00:00 committed by Guillaume Le Vaillant
parent 1b275e8192
commit a251c78907
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 4 additions and 4 deletions

View File

@ -9216,8 +9216,8 @@ discontiguous ranges of time.")
(sbcl-package->ecl-package sbcl-periods))
(define-public sbcl-metatilities-base
(let ((commit "6eaa9e3ff0939a93a92109dd0fcd218de85417d5")
(revision "1"))
(let ((commit "ef04337759972fd622c9b27b53149f3d594a841f")
(revision "2"))
(package
(name "sbcl-metatilities-base")
(version (git-version "0.6.6" revision commit))
@ -9225,12 +9225,12 @@ discontiguous ranges of time.")
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/gwkkwg/metatilities-base")
(url "https://github.com/hraban/metatilities-base")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32
"0xpa86pdzlnf4v5g64j3ifaplx71sx2ha8b7vvakswi652679ma0"))))
"069rk5ncwvjnnzvvky6xiriynl72yzvjpnzl6jw9jf3b8na14zrk"))))
(build-system asdf-build-system/sbcl)
(native-inputs
(list sbcl-lift))