From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60236) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f0Xh0-0008KQ-4J for guix-patches@gnu.org; Mon, 26 Mar 2018 15:22:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f0Xgw-0004Q4-0n for guix-patches@gnu.org; Mon, 26 Mar 2018 15:22:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:46914) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f0Xgv-0004Pw-Ss for guix-patches@gnu.org; Mon, 26 Mar 2018 15:22:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1f0Xgv-0006sY-NI for guix-patches@gnu.org; Mon, 26 Mar 2018 15:22:01 -0400 Subject: [bug#30956] [PATCH] gnu: hplip: Update to 3.18.3. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59937) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f0Xg3-0007SB-BZ for guix-patches@gnu.org; Mon, 26 Mar 2018 15:21:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f0Xfz-0003iC-1K for guix-patches@gnu.org; Mon, 26 Mar 2018 15:21:07 -0400 Received: from sonic305-20.consmr.mail.ir2.yahoo.com ([77.238.177.82]:33844) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f0Xfy-0003gB-QO for guix-patches@gnu.org; Mon, 26 Mar 2018 15:21:02 -0400 From: Vasile Dumitrascu Date: Mon, 26 Mar 2018 21:20:55 +0200 Message-Id: <20180326192055.5514-1-va511e@yahoo.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 30956@debbugs.gnu.org Cc: Vasile Dumitrascu * gnu/packages/cups.scm (hplip): Update to 3.18.3. --- 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 89c58f864..62e308a07 100644 --- a/gnu/packages/cups.scm +++ b/gnu/packages/cups.scm @@ -370,14 +370,14 @@ device-specific programs to convert and print many types of files.") (define-public hplip (package (name "hplip") - (version "3.17.11") + (version "3.18.3") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/hplip/hplip/" version "/hplip-" version ".tar.gz")) (sha256 (base32 - "0xda7x7xxjvzn1l0adlvbwcw21crq1r3r79bkf94q3m5i6abx49g")) + "0x5xs86v18w46rxz5whc15bl4fb7p4km6xqjpwzclp83nl7rl01y")) (modules '((guix build utils))) (snippet ;; Fix type mismatch. -- 2.16.3