all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Danny Milosavljevic <dannym+a@scratchpost.org>
To: guix-devel@gnu.org
Subject: [PATCH] gnu: Bump version of "hplip" to "3.16.5".
Date: Mon, 25 Jul 2016 09:53:53 +0200	[thread overview]
Message-ID: <20160725095353.07eef563@scratchpost.org> (raw)

* 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	other threads:[~2016-07-25  7:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-25  7:53 Danny Milosavljevic [this message]
2016-07-25  7:55 ` [PATCH] gnu: Bump version of "hplip" to "3.16.5" Danny Milosavljevic

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160725095353.07eef563@scratchpost.org \
    --to=dannym+a@scratchpost.org \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.