[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: foomatic-filters: Don't use NAME in source URI.
From: |
guix-commits |
Subject: |
03/03: gnu: foomatic-filters: Don't use NAME in source URI. |
Date: |
Fri, 23 Aug 2019 16:46:01 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 8d515ce6e935a4b7bbc40aee1dc1b0cf29e94a24
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri Aug 23 22:32:54 2019 +0200
gnu: foomatic-filters: Don't use NAME in source URI.
* gnu/packages/cups.scm (foomatic-filters)[source]: Hard-code NAME.
---
gnu/packages/cups.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm
index 9080362..22b8746 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -594,7 +594,7 @@ should only be used as part of the Guix cups-pk-helper
service.")
(method url-fetch)
(uri (string-append
"http://www.openprinting.org/download/foomatic/"
- name "-" version ".tar.gz"))
+ "foomatic-filters-" version ".tar.gz"))
(sha256
(base32
"1qrkgbm5jay2r7sh9qbyf0aiyrsl1mdc844hxf7fhw95a0zfbqm2"))