guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: hplip: Update to 3.16.7.


From: Efraim Flashner
Subject: 02/05: gnu: hplip: Update to 3.16.7.
Date: Sun, 24 Jul 2016 06:37:37 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit fad51a1837d4c10e443c67b580464d85e81d5370
Author: Efraim Flashner <address@hidden>
Date:   Sun Jul 24 08:48:35 2016 +0300

    gnu: hplip: Update to 3.16.7.
    
    * gnu/packages/cups.scm (hplip): Update to 3.16.7.
---
 gnu/packages/cups.scm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm
index c47117b..51c7fd1 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -1,7 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2015 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2015, 2016 Ludovic Courtès <address@hidden>
-;;; Copyright © 2015 Efraim Flashner <address@hidden>
+;;; Copyright © 2015, 2016 Efraim Flashner <address@hidden>
 ;;; Copyright © 2016 Danny Milosavljevic <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -306,14 +306,14 @@ device-specific programs to convert and print many types 
of files.")
 (define-public hplip
   (package
     (name "hplip")
-    (version "3.16.3")
+    (version "3.16.7")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/hplip/hplip/" version
                                   "/hplip-" version ".tar.gz"))
               (sha256
                (base32
-                "1501qdnkjp1ybgagy5188fmf6cgmj5555ygjl3543nlbwcp31lj2"))))
+                "1hpzyf9ifs0vilsbwxcgpv8g9557p1x8w5qwgz5l0avgcd10dzlx"))))
     (build-system gnu-build-system)
     (home-page "http://hplipopensource.com/";)
     (synopsis "HP Printer Drivers")



reply via email to

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