[PATCH] gnu: leptonica: Update to 1.80.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Leo Famulari
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal

Debbugs page

Vincent Legoll wrote 4 years ago
(address . guix-patches@gnu.org)(name . Vincent Legoll)(address . vincent.legoll@gmail.com)
20201229115113.21319-1-vincent.legoll@gmail.com
* gnu/packages/image.scm (leptonica): Update to 1.80.0.
---
gnu/packages/image.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
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
Leo Famulari wrote 4 years ago
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 45528-done@debbugs.gnu.org)
X+w/HwXP+qaArIh6@jasmine.lan
On Tue, Dec 29, 2020 at 12:51:13PM +0100, Vincent Legoll wrote:
Toggle quote (2 lines)
> * gnu/packages/image.scm (leptonica): Update to 1.80.0.

Thanks! Pushed as bd15cd595be239671043a21dff5b809f162a5a9d
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 45528@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 45528
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help