guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: sane-backends-minimal: Update to 1.0.31.


From: guix-commits
Subject: 02/02: gnu: sane-backends-minimal: Update to 1.0.31.
Date: Sun, 23 Aug 2020 12:28:57 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 509906c201a518bd9ff496019673e5ba8316f8dc
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Aug 23 17:53:55 2020 +0200

    gnu: sane-backends-minimal: Update to 1.0.31.
    
    * gnu/packages/scanner.scm (sane-backends-minimal): Update to 1.0.31.
    [inputs]: Add libxml2.
---
 gnu/packages/scanner.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/scanner.scm b/gnu/packages/scanner.scm
index 04d5065..5a69d92 100644
--- a/gnu/packages/scanner.scm
+++ b/gnu/packages/scanner.scm
@@ -28,6 +28,7 @@
   #:use-module (gnu packages image)
   #:use-module (gnu packages libusb)
   #:use-module (gnu packages pkg-config)
+  #:use-module (gnu packages xml)
   #:use-module (guix build-system gnu)
   #:use-module (guix download)
   #:use-module (guix git-download)
@@ -39,16 +40,15 @@
 (define-public sane-backends-minimal
   (package
     (name "sane-backends-minimal")
-    (version "1.0.30")
+    (version "1.0.31")
     (source (origin
              (method url-fetch)
              (uri (string-append
                    "https://gitlab.com/sane-project/backends/uploads/";
-                   "c3dd60c9e054b5dee1e7b01a7edc98b0/"
+                   "8bf1cae2e1803aefab9e5331550e5d5d/"
                    "sane-backends-" version ".tar.gz"))
              (sha256
-              (base32
-               "18vryaycps3zpjzxh0wjgg8nv2f4pdvcfxxmdfj28qbzqjlrcp9z"))
+              (base32 "1am5w92zyybs26wx4brgmky6dzpd8n34jyfrfx3qbvcqngy10fsa"))
              (modules '((guix build utils)))
              (snippet
               ;; Generated HTML files and udev rules normally embed a
@@ -123,8 +123,9 @@ package contains the library, but no drivers.")
     (name "sane-backends")
     (inputs
      `(("hplip" ,(@ (gnu packages cups) hplip-minimal))
-       ("libjpeg" ,libjpeg-turbo)       ; wanted by pixma, epsonds, others
+       ("libjpeg" ,libjpeg-turbo)       ; for pixma/epsonds/other back ends
        ("libpng" ,libpng)               ; support ‘scanimage --format=png’
+       ("libxml2" ,libxml2)             ; for pixma back end
        ,@(package-inputs sane-backends-minimal)))
     (arguments
      (substitute-keyword-arguments (package-arguments sane-backends-minimal)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]