GNU bug report logs - #45528
[PATCH] gnu: leptonica: Update to 1.80.0.

Previous Next

Package: guix-patches;

Reported by: Vincent Legoll <vincent.legoll <at> gmail.com>

Date: Tue, 29 Dec 2020 11:52:02 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Leo Famulari <leo <at> famulari.name>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#45528: closed ([PATCH] gnu: leptonica: Update to 1.80.0.)
Date: Wed, 30 Dec 2020 08:50:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 30 Dec 2020 03:49:35 -0500
with message-id <X+w/HwXP+qaArIh6 <at> jasmine.lan>
and subject line Re: [bug#45528] [PATCH] gnu: leptonica: Update to 1.80.0.
has caused the debbugs.gnu.org bug report #45528,
regarding [PATCH] gnu: leptonica: Update to 1.80.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
45528: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45528
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Vincent Legoll <vincent.legoll <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Vincent Legoll <vincent.legoll <at> gmail.com>
Subject: [PATCH] gnu: leptonica: Update to 1.80.0.
Date: Tue, 29 Dec 2020 12:51:13 +0100
* gnu/packages/image.scm (leptonica): Update to 1.80.0.
---
 gnu/packages/image.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 5f7b8bb9b3..20ccdfb6ee 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -613,7 +613,7 @@ collection of tools for doing simple manipulations of TIFF images.")
 (define-public leptonica
   (package
     (name "leptonica")
-    (version "1.74.4")
+    (version "1.80.0")
     (source
      (origin
        (method git-fetch)
@@ -622,7 +622,7 @@ collection of tools for doing simple manipulations of TIFF images.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0sfg1ky0lghlq7xx0qii5167bim0wwfnnr83dl4skbj9awyvjiwi"))))
+        (base32 "12ddln72z5l3icz0i9rpsfkg5xik8fcwcn8lb0cp3jigjxi8gvkg"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("gnuplot" ,gnuplot)             ;needed for test suite
-- 
2.29.2



[Message part 3 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: Vincent Legoll <vincent.legoll <at> gmail.com>
Cc: 45528-done <at> debbugs.gnu.org
Subject: Re: [bug#45528] [PATCH] gnu: leptonica: Update to 1.80.0.
Date: Wed, 30 Dec 2020 03:49:35 -0500
On Tue, Dec 29, 2020 at 12:51:13PM +0100, Vincent Legoll wrote:
> * gnu/packages/image.scm (leptonica): Update to 1.80.0.

Thanks! Pushed as bd15cd595be239671043a21dff5b809f162a5a9d


This bug report was last modified 4 years and 200 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.