guix-patches
[Top][All Lists]
Advanced

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

[bug#60003] [PATCH 0/3] gnu: Add pass-import.


From: Jonathan Brielmaier
Subject: [bug#60003] [PATCH 0/3] gnu: Add pass-import.
Date: Fri, 3 Feb 2023 18:25:23 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1

I see this test failure(s) as well. Additionaly I required this diff to
get it start building:

diff --git a/gnu/packages/password-utils.scm
b/gnu/packages/password-utils.scm
index 0fdfccaa5b..f8a0b6a40c 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -1535,7 +1535,7 @@ (define-public pass-import
     (source (origin
               (method url-fetch)
               (uri (string-append
"https://github.com/roddhjav/pass-import";
-                                  "/releases/download/" version
"/pass-import-"
+                                  "/releases/download/v" version
"/pass-import-"
                                   version ".tar.gz"))
               (sha256
                (base32
"18vh97h3bmspwqhb9xjkapk3p8hy4rxhazrcc06f6pdz8rb6rxxp"))))

I further recommend to use the `git-fetch` method in this case...





reply via email to

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