unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#45528] [PATCH] gnu: leptonica: Update to 1.80.0.
@ 2020-12-29 11:51 Vincent Legoll
  2020-12-30  8:49 ` bug#45528: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Vincent Legoll @ 2020-12-29 11:51 UTC (permalink / raw)
  To: 45528; +Cc: Vincent Legoll

* 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





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

* bug#45528: [PATCH] gnu: leptonica: Update to 1.80.0.
  2020-12-29 11:51 [bug#45528] [PATCH] gnu: leptonica: Update to 1.80.0 Vincent Legoll
@ 2020-12-30  8:49 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2020-12-30  8:49 UTC (permalink / raw)
  To: Vincent Legoll; +Cc: 45528-done

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




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

end of thread, other threads:[~2020-12-30  8:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-29 11:51 [bug#45528] [PATCH] gnu: leptonica: Update to 1.80.0 Vincent Legoll
2020-12-30  8:49 ` bug#45528: " Leo Famulari

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).