emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#45528: closed ([PATCH] gnu: leptonica: Update to 1.80.0.)


From: GNU bug Tracking System
Subject: bug#45528: closed ([PATCH] gnu: leptonica: Update to 1.80.0.)
Date: Wed, 30 Dec 2020 08:50:02 +0000

Your message dated Wed, 30 Dec 2020 03:49:35 -0500
with message-id <X+w/HwXP+qaArIh6@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@gnu.org.)


-- 
45528: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45528
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- 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


--- End Message ---

reply via email to

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