guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: guile-hashing: Use source from Gitlab.


From: guix-commits
Subject: 01/06: gnu: guile-hashing: Use source from Gitlab.
Date: Mon, 15 Aug 2022 01:57:14 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit f0694d4e0102c9b18c8efee8e8b0ae1880f6faf6
Author: Zhu Zihao <all_but_last@163.com>
AuthorDate: Sat Aug 13 13:39:54 2022 +0800

    gnu: guile-hashing: Use source from Gitlab.
    
    * gnu/packages/guile-xyz.scm (guile-hashing)[home-page]: Use source from
    Gitlab.
    [source]: Replace missing git tag with commit.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 gnu/packages/guile-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 8e8a73ad30..fa6230b81c 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -3703,12 +3703,12 @@ the style of the Node Package Manager (NPM).")
   (package
     (name "guile-hashing")
     (version "1.2.0")
-    (home-page "https://github.com/weinholt/hashing";)
+    (home-page "https://gitlab.com/weinholt/hashing";)
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url home-page)
-                    (commit (string-append "v" version))))
+                    (commit "f138deaec38d54ddb621c082764ece276deebe7f")))
               (file-name (git-file-name name version))
               (sha256
                (base32



reply via email to

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