diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-07 20:03:46 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-08 02:26:17 +0100 |
commit | a56430442e8cf2f68a8cef9383b86a0a4c13959f (patch) | |
tree | 1af83efad70ac94b9419997b37d957f88470e557 /gnu | |
parent | 256f9b5170847141ba4eb0aef802820dbe86b605 (diff) | |
download | patches-a56430442e8cf2f68a8cef9383b86a0a4c13959f.tar patches-a56430442e8cf2f68a8cef9383b86a0a4c13959f.tar.gz |
gnu: system-config-printer: Use new upstream URI.
* gnu/packages/gnome.scm (system-config-printer)[source]: Switch to
the OpenPrinting repository.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 5005f00eb8..8bd055f843 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1264,15 +1264,15 @@ database is translated at Transifex.") (package (name "system-config-printer") (version "1.5.11") - (source (origin - (method url-fetch) - (uri (string-append - "https://github.com/zdohnal/system-config-printer/releases/" - "download/" version - "/system-config-printer-" version ".tar.xz")) - (sha256 - (base32 - "1lq0q51bhanirpjjvvh4xiafi8hgpk8r32h0dj6dn3f32z8pib9q")))) + (source + (origin + (method url-fetch) + (uri (string-append + "https://github.com/OpenPrinting/system-config-printer/releases/" + "download/" version + "/system-config-printer-" version ".tar.xz")) + (sha256 + (base32 "1lq0q51bhanirpjjvvh4xiafi8hgpk8r32h0dj6dn3f32z8pib9q")))) (build-system glib-or-gtk-build-system) (arguments `(#:imported-modules ((guix build python-build-system) |