guix-commits
[Top][All Lists]
Advanced

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

06/14: gnu: system-config-printer: Update to 1.5.13.


From: guix-commits
Subject: 06/14: gnu: system-config-printer: Update to 1.5.13.
Date: Sat, 7 Nov 2020 07:41:24 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit c290e9fc52f055ea348edf3a37d6699a1cc674d5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Nov 6 00:23:41 2020 +0100

    gnu: system-config-printer: Update to 1.5.13.
    
    * gnu/packages/gnome.scm (system-config-printer): Update to 1.5.13.
---
 gnu/packages/gnome.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0704496..92ef018 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2840,16 +2840,16 @@ database is translated at Transifex.")
 (define-public system-config-printer
   (package
     (name "system-config-printer")
-    (version "1.5.12")
+    (version "1.5.13")
     (source
      (origin
        (method url-fetch)
        (uri (string-append
              "https://github.com/OpenPrinting/system-config-printer/releases/";
-             "download/" version
+             "download/v" version
              "/system-config-printer-" version ".tar.xz"))
        (sha256
-        (base32 "050yrx1vfh9f001qsn06y1jcidxq0ymxr64kxykasr0zzryp25kb"))))
+        (base32 "18dqvi1s971lggkw6pv1sqxixlpg5a8rppzc1pxbanxa91jg18zf"))))
     (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]