guix-devel
[Top][All Lists]
Advanced

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

[PATCH] gnu: sane-backends: Update to 1.0.25


From: Al McElrath
Subject: [PATCH] gnu: sane-backends: Update to 1.0.25
Date: Thu, 06 Oct 2016 20:36:20 -0700

Attached is a patch to update sane-backends to 1.0.25. I checked and the
tests are still failing.

>From deaf7c884363361b043e5b1008e30bfc84f7216c Mon Sep 17 00:00:00 2001
From: Al McElrath <address@hidden>
Date: Thu, 6 Oct 2016 12:01:31 -0700
Subject: [PATCH] gnu: sane-backends: Update to 1.0.25.

* gnu/packages/scanner.scm (sane-backends): Update to 1.0.25.
---
 gnu/packages/scanner.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/scanner.scm b/gnu/packages/scanner.scm
index 76e11a9..76817b3 100644
--- a/gnu/packages/scanner.scm
+++ b/gnu/packages/scanner.scm
@@ -29,15 +29,15 @@
 (define-public sane-backends
   (package
     (name "sane-backends")
-    (version "1.0.24")
+    (version "1.0.25")
     (source (origin
              (method url-fetch)
-             (uri (string-append 
-                   "https://alioth.debian.org/frs/download.php/file/3958/";
+             (uri (string-append
+                   "https://alioth.debian.org/frs/download.php/file/4146/";
                    name "-" version ".tar.gz"))
              (sha256
               (base32
-               "0ba68m6bzni54axjk15i51rya7hfsdliwvqyan5msl7iaid0iir7"))))
+               "0b3fvhrxl4l82bf3v0j47ypjv6a0k5lqbgknrq1agpmjca6vmmx4"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))
@@ -73,4 +73,3 @@ proving access to any raster image scanner hardware (flatbed 
scanner,
 hand-held scanner, video- and still-cameras, frame-grabbers, etc.).  The
 package contains the library and drivers.")
     (license licence:gpl2+))) ; plus linking exception
-
-- 
2.6.3


reply via email to

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