guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 13/18: gnu: cl-metatilities-base: Update to 0.6.6-2.ef04337.
Date: Thu, 9 Nov 2023 09:33:34 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit a251c7890727031840b90f6f83c9016d75e99dfb
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Nov 7 00:57:57 2023 +0000

    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>
---
 gnu/packages/lisp-xyz.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index e001ccd703..456180554a 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]