[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: hplip: Update to 3.16.11.
From: |
Tobias Geerinckx-Rice |
Subject: |
01/03: gnu: hplip: Update to 3.16.11. |
Date: |
Fri, 25 Nov 2016 16:02:12 +0000 (UTC) |
nckx pushed a commit to branch master
in repository guix.
commit dead1067c3213429197ece3f5423230524ba9bd9
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Thu Nov 24 20:22:25 2016 +0100
gnu: hplip: Update to 3.16.11.
* gnu/packages/cups.scm (hplip): Update to 3.16.11.
---
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 802accf..0a8a10e 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -317,14 +317,14 @@ device-specific programs to convert and print many types
of files.")
(define-public hplip
(package
(name "hplip")
- (version "3.16.10")
+ (version "3.16.11")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/hplip/hplip/" version
"/hplip-" version ".tar.gz"))
(sha256
(base32
- "117f1p0splg51ljn4nn97c0mbl0jba440ahb3d8njq7p6h1lxd25"))))
+ "094vkyr0rjng72m13dgr824cdl7q20x23qjxzih4w7l9njn0rqpn"))))
(build-system gnu-build-system)
(home-page "http://hplipopensource.com/")
(synopsis "HP Printer Drivers")