[PATCH] gnu: guile-png: Update to 0.2.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Mathieu Othacehe
  • Artyom V. Poptsov
Owner
unassigned
Submitted by
Artyom V. Poptsov
Severity
normal

Debbugs page

Artyom V. Poptsov wrote 2 years ago
(address . guix-patches@gnu.org)
87h6z2n4mz.fsf@gmail.com
Hello,

this patch updates Guile-PNG to 0.2.0.
From 717cfe8f0cd942fc022021232bc9484cf3f122eb Mon Sep 17 00:00:00 2001
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Date: Sun, 13 Nov 2022 20:28:40 +0300
Subject: [PATCH] gnu: guile-png: Update to 0.2.0.

* gnu/packages/guile-xyz.scm (guile-png): Update to 0.2.0.
---
gnu/packages/guile-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 5997a24577..94240ebef0 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -3547,7 +3547,7 @@ (define-public guile-jpeg
(define-public guile-png
(package
(name "guile-png")
- (version "0.1.0")
+ (version "0.2.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3556,7 +3556,7 @@ (define-public guile-png
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
- "0ig58zjw60jg4bb4fzm22dqr5zksqpzimpfa8wcarv8gjp861cw5"))))
+ "1nk81z2cf9fsyppq5ly0yjw7yvdk5qraf71in7ayzdkngphhfgfx"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags '("GUILE_AUTO_COMPILE=0"))) ;to prevent guild warnings
--
2.34.1
- Artyom

--
Artyom "avp" Poptsov <poptsov.artyom@gmail.com>
CADR Hackerspace co-founder: https://cadrspace.ru/
GPG: D0C2 EAC1 3310 822D 98DE B57C E9C5 A2D9 0898 A02F
-----BEGIN PGP SIGNATURE-----

iQFNBAEBCgA3FiEE0MLqwTMQgi2Y3rV86cWi2QiYoC8FAmNxKcQZHHBvcHRzb3Yu
YXJ0eW9tQGdtYWlsLmNvbQAKCRDpxaLZCJigL/kiB/0Qh7KMFdhprbBFIu/2LN6p
+w/ENG72rUWs1wrXcrgLDAiNdWkiQ79zOTK2jLSQDf1SlEI47739jzPATndBeue/
50vZJ0CiYHOmueS6mdbPnjT9JRESDnRRQoSOnWMd1gkc0G+fXe/jPV8V31UibDGd
rQzDz/hrGa/ASfONefar4od0M9jLtCfYAqtpDG/HXFuajQvRjVV47qE/15Go0PRr
l/LlXxU9YWav7unWZlYVvaDCZWi7u1Mr4Qq64wBZt7qgse0A7xLDOncYRYmaaDEn
oDEfze0kTrXHztndQRVUqNlWCBTMFUZcgpmp6l+q2RZPZXKD0u2arnHv/osnR4L9
=p7iT
-----END PGP SIGNATURE-----

Mathieu Othacehe wrote 2 years ago
(name . Artyom V. Poptsov)(address . poptsov.artyom@gmail.com)(address . 59250-done@debbugs.gnu.org)
87h6ywnl2c.fsf@gnu.org
Toggle quote (2 lines)
> this patch updates Guile-PNG to 0.2.0.

Applied, thanks,

Mathieu
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 59250
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