guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: sane-backends-minimal, sane-backends: Update to 1.0.27.


From: Tobias Geerinckx-Rice
Subject: 01/02: gnu: sane-backends-minimal, sane-backends: Update to 1.0.27.
Date: Wed, 24 May 2017 16:53:29 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 4febd4b0f4fc99eb9357180166764febc410812e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed May 24 17:04:39 2017 +0200

    gnu: sane-backends-minimal, sane-backends: Update to 1.0.27.
    
    * gnu/packages/scanner.scm (sane-backends-minimal): Update to 1.0.27.
    [source]: Use (what should be) a more stable download URI.
---
 gnu/packages/scanner.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/scanner.scm b/gnu/packages/scanner.scm
index 7bdbf35..ff3e37f 100644
--- a/gnu/packages/scanner.scm
+++ b/gnu/packages/scanner.scm
@@ -31,15 +31,15 @@
 (define-public sane-backends-minimal
   (package
     (name "sane-backends-minimal")
-    (version "1.0.25")
+    (version "1.0.27")
     (source (origin
              (method url-fetch)
              (uri (string-append
-                   "https://alioth.debian.org/frs/download.php/file/4146/";
+                   "https://alioth.debian.org/frs/download.php/latestfile/176/";
                    "sane-backends-" version ".tar.gz"))
              (sha256
               (base32
-               "0b3fvhrxl4l82bf3v0j47ypjv6a0k5lqbgknrq1agpmjca6vmmx4"))
+               "1j9nbqspaj0rlgalafb5z6r606k0i22kz0rcpd744p176yzlfdr9"))
              (modules '((guix build utils)))
              (snippet
               ;; Generated HTML files and udev rules normally embed a



reply via email to

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