guix-devel
[Top][All Lists]
Advanced

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

[PATCH] gnu: Bump version of "hplip" to "3.16.5".


From: Danny Milosavljevic
Subject: [PATCH] gnu: Bump version of "hplip" to "3.16.5".
Date: Mon, 25 Jul 2016 09:53:53 +0200

* gnu/packages/cups.scm (hplip): Version bump to 3.16.5.

---
 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 8437170..f1df906 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -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.5")
     (source (origin
               (method url-fetch)
-              (uri (string-append "mirror://sourceforge/hplip/"
+              (uri (string-append "http://prdownloads.sourceforge.net/hplip/";
                                   "hplip-" version ".tar.gz"))
               (sha256
                (base32
-                "1501qdnkjp1ybgagy5188fmf6cgmj5555ygjl3543nlbwcp31lj2"))))
+                "1nay65q1zmx2jxiwn66n7mlr73azacz5097gw98kqqf90dh522f6"))))
     (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]