guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: system-config-printer: Use new upstream URI.


From: guix-commits
Subject: 03/03: gnu: system-config-printer: Use new upstream URI.
Date: Tue, 7 Jan 2020 20:27:13 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit a56430442e8cf2f68a8cef9383b86a0a4c13959f
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Tue Jan 7 20:03:46 2020 +0100

    gnu: system-config-printer: Use new upstream URI.
    
    * gnu/packages/gnome.scm (system-config-printer)[source]: Switch to
    the OpenPrinting repository.
---
 gnu/packages/gnome.scm | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 5005f00..8bd055f 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)



reply via email to

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