all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] gnu: Bump version of "hplip" to "3.16.5".
@ 2016-07-25  7:53 Danny Milosavljevic
  2016-07-25  7:55 ` Danny Milosavljevic
  0 siblings, 1 reply; 2+ messages in thread
From: Danny Milosavljevic @ 2016-07-25  7:53 UTC (permalink / raw)
  To: guix-devel

* 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")

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] gnu: Bump version of "hplip" to "3.16.5".
  2016-07-25  7:53 [PATCH] gnu: Bump version of "hplip" to "3.16.5" Danny Milosavljevic
@ 2016-07-25  7:55 ` Danny Milosavljevic
  0 siblings, 0 replies; 2+ messages in thread
From: Danny Milosavljevic @ 2016-07-25  7:55 UTC (permalink / raw)
  To: guix-devel

Please ignore patch. There's already a newer version in the git repo.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-07-25  7:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-25  7:53 [PATCH] gnu: Bump version of "hplip" to "3.16.5" Danny Milosavljevic
2016-07-25  7:55 ` Danny Milosavljevic

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.