guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: guile-packrat: Use source from Gitlab.


From: guix-commits
Subject: 02/06: gnu: guile-packrat: 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 5c6b020c73b857fc170dbae42ace48ca3409ab18
Author: Zhu Zihao <all_but_last@163.com>
AuthorDate: Sat Aug 13 13:41:04 2022 +0800

    gnu: guile-packrat: Use source from Gitlab.
    
    * gnu/packages/guile-xyz.scm (guile-packrat)[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 fa6230b81c..7812cc9003 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -3761,12 +3761,12 @@ SHA-512).")
   (package
     (name "guile-packrat")
     (version "0.1.1")
-    (home-page "https://github.com/weinholt/packrat";)
+    (home-page "https://gitlab.com/weinholt/packrat";)
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url home-page)
-                    (commit (string-append "v" version))))
+                    (commit "4201ebe741b605db58a21d70195cfb7db3c38eae")))
               (file-name (git-file-name name version))
               (sha256
                (base32



reply via email to

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