guix-commits
[Top][All Lists]
Advanced

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

04/11: gnu: dbacl: Don't use NAME in source URI.


From: guix-commits
Subject: 04/11: gnu: dbacl: Don't use NAME in source URI.
Date: Sun, 21 Apr 2019 21:36:56 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 50b01dcf3c2a2990b8192ec790adbb855f4410e1
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Apr 21 18:40:31 2019 +0200

    gnu: dbacl: Don't use NAME in source URI.
    
    * gnu/packages/textutils.scm (dbacl)[source]: Hard-code NAME.
---
 gnu/packages/textutils.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index 7436fde..da5cd01 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -519,7 +519,7 @@ in a portable way.")
      (origin
        (method url-fetch)
        (uri (string-append "http://www.lbreyer.com/gpl/";
-                           name "-" version ".tar.gz"))
+                           "dbacl-" version ".tar.gz"))
        (sha256
         (base32
          "0224g6x71hyvy7jikfxmgcwww1r5lvk0jx36cva319cb9nmrbrq7"))))



reply via email to

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