guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: foo2zjs: Update to 20190517.


From: guix-commits
Subject: 02/03: gnu: foo2zjs: Update to 20190517.
Date: Fri, 23 Aug 2019 16:46:01 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b1bd6b54b1d5f42bd048233fa2bba217c38ae99b
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Aug 23 22:32:02 2019 +0200

    gnu: foo2zjs: Update to 20190517.
    
    The (unversioned) tarball was modified to replace mention of ‘yum’
    with ‘dnf’.
    
    * gnu/packages/cups.scm (foo2zjs): Update to 20190517.
---
 gnu/packages/cups.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm
index 467aa5d..9080362 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -639,14 +639,14 @@ printer/driver specific, but spooler-independent PPD 
file.")
 (define-public foo2zjs
   (package
     (name "foo2zjs")
-    (version "20190413")
+    (version "20190517")
     (source (origin
               (method url-fetch)
               ;; XXX: This is an unversioned URL!
               (uri "http://foo2zjs.rkkda.com/foo2zjs.tar.gz";)
               (sha256
                (base32
-                "0djzp3ddslmzyxkjhzkhkg6qqqm02whjfnfvh5glprkshcskzlg9"))))
+                "13gzsd26nq4brx1xzpwmg1qnr4nk7ykgi94qr1hbjqfi561prki4"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases (modify-phases %standard-phases



reply via email to

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