unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: sane-backends: Update to 1.0.25
@ 2016-10-07  3:36 Al McElrath
  2016-10-09 21:50 ` Leo Famulari
  2016-10-09 22:02 ` Ludovic Courtès
  0 siblings, 2 replies; 4+ messages in thread
From: Al McElrath @ 2016-10-07  3:36 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 99 bytes --]

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


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-sane-backends-Update-to-1.0.25.patch --]
[-- Type: text/x-diff, Size: 1539 bytes --]

From deaf7c884363361b043e5b1008e30bfc84f7216c Mon Sep 17 00:00:00 2001
From: Al McElrath <hello@yrns.org>
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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] gnu: sane-backends: Update to 1.0.25
  2016-10-07  3:36 [PATCH] gnu: sane-backends: Update to 1.0.25 Al McElrath
@ 2016-10-09 21:50 ` Leo Famulari
  2016-10-10 20:23   ` Ludovic Courtès
  2016-10-09 22:02 ` Ludovic Courtès
  1 sibling, 1 reply; 4+ messages in thread
From: Leo Famulari @ 2016-10-09 21:50 UTC (permalink / raw)
  To: Al McElrath; +Cc: guix-devel

On Thu, Oct 06, 2016 at 08:36:20PM -0700, Al McElrath wrote:
> 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 <hello@yrns.org>
> 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.

Thanks!

Pushed as d976eccd263f39651cbddf751bf09c8ddfd4305a

>      (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"))

Sorry if this was discussed before, but is there a source URL that
doesn't include (what looks like) a random number?

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] gnu: sane-backends: Update to 1.0.25
  2016-10-07  3:36 [PATCH] gnu: sane-backends: Update to 1.0.25 Al McElrath
  2016-10-09 21:50 ` Leo Famulari
@ 2016-10-09 22:02 ` Ludovic Courtès
  1 sibling, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2016-10-09 22:02 UTC (permalink / raw)
  To: Al McElrath; +Cc: guix-devel

Al McElrath <hello@atonesir.com> skribis:

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

OK.

> From deaf7c884363361b043e5b1008e30bfc84f7216c Mon Sep 17 00:00:00 2001
> From: Al McElrath <hello@yrns.org>
> 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.

Applied, thanks!

Ludo’.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] gnu: sane-backends: Update to 1.0.25
  2016-10-09 21:50 ` Leo Famulari
@ 2016-10-10 20:23   ` Ludovic Courtès
  0 siblings, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2016-10-10 20:23 UTC (permalink / raw)
  To: Leo Famulari; +Cc: guix-devel

Leo Famulari <leo@famulari.name> skribis:

> On Thu, Oct 06, 2016 at 08:36:20PM -0700, Al McElrath wrote:
>> 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 <hello@yrns.org>
>> 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.
>
> Thanks!
>
> Pushed as d976eccd263f39651cbddf751bf09c8ddfd4305a

You were faster than me.  ;-)

>>      (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"))
>
> Sorry if this was discussed before, but is there a source URL that
> doesn't include (what looks like) a random number?

Unfortunately no, this is what GForge, the software behind
alioth.debian.org or gforge.inria.fr, uses.

Ludo’.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-10-10 20:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-07  3:36 [PATCH] gnu: sane-backends: Update to 1.0.25 Al McElrath
2016-10-09 21:50 ` Leo Famulari
2016-10-10 20:23   ` Ludovic Courtès
2016-10-09 22:02 ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).