guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: mupdf: Don't use NAME in source URI.


From: guix-commits
Subject: 01/02: gnu: mupdf: Don't use NAME in source URI.
Date: Mon, 25 May 2020 21:08:18 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 51a11b82a317d620026ca1bb2b7e6d29a1c1ee75
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Tue May 26 00:52:55 2020 +0200

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

diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 7906fd2..6121fe6 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -690,7 +690,7 @@ extracting content or merging files.")
       (origin
         (method url-fetch)
         (uri (string-append "https://mupdf.com/downloads/archive/";
-                            name "-" version "-source.tar.xz"))
+                            "mupdf-" version "-source.tar.xz"))
         (sha256
          (base32
           "1npmy92lkj41nnc14b4fpq7z62pminy94zsdbrczj22jpn283rvg"))



reply via email to

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