unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#70091] [PATCH] gnu: guile-png: Update to 0.7.3.
@ 2024-03-30 15:16 Artyom V. Poptsov
  2024-04-03 11:59 ` Munyoki Kilyungi
  2024-04-04 11:28 ` bug#70091: " Sharlatan Hellseher
  0 siblings, 2 replies; 3+ messages in thread
From: Artyom V. Poptsov @ 2024-03-30 15:16 UTC (permalink / raw)
  To: 70091; +Cc: Artyom V. Poptsov, glv, cox.katherine.e+guix, me, sharlatanus,
	jgart

* gnu/packages/guile-xyz.scm (guile-png): Update to 0.7.3.

Change-Id: I3e88a5d19f7f07b4daeac7b3a06fc2099cd35c44
---
 gnu/packages/guile-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 3d36b6a53c..16f15f638d 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -4255,7 +4255,7 @@ (define-public guile-jtd
 (define-public guile-png
   (package
     (name "guile-png")
-    (version "0.7.2")
+    (version "0.7.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -4264,7 +4264,7 @@ (define-public guile-png
               (file-name (string-append name "-" version "-checkout"))
               (sha256
                (base32
-                "1ad03r84j17rwfxbxqb0qmf70ggqs01kjyman3x1581lm5dk1757"))))
+                "0hgdp8fgyg6rdy130fsn4nnb58c98lsrayjyy5491l53814ggy65"))))
     (build-system gnu-build-system)
     (arguments
      (list

base-commit: a17976e975001d3e95c998f1196a39bbb432de4f
-- 
2.41.0





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

* [bug#70091] [PATCH] gnu: guile-png: Update to 0.7.3.
  2024-03-30 15:16 [bug#70091] [PATCH] gnu: guile-png: Update to 0.7.3 Artyom V. Poptsov
@ 2024-04-03 11:59 ` Munyoki Kilyungi
  2024-04-04 11:28 ` bug#70091: " Sharlatan Hellseher
  1 sibling, 0 replies; 3+ messages in thread
From: Munyoki Kilyungi @ 2024-04-03 11:59 UTC (permalink / raw)
  To: Artyom V. Poptsov, 70091
  Cc: glv, jgart, Artyom V. Poptsov, cox.katherine.e+guix, sharlatanus

[-- Attachment #1: Type: text/plain, Size: 1485 bytes --]

LGTM.

Reviewed-by: Munyoki Kilyungi <me@bonfacemunyoki.com>

"Artyom V. Poptsov" <poptsov.artyom@gmail.com>
aliandika:

> * gnu/packages/guile-xyz.scm (guile-png): Update to 0.7.3.
>
> Change-Id: I3e88a5d19f7f07b4daeac7b3a06fc2099cd35c44
> ---
>  gnu/packages/guile-xyz.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
> index 3d36b6a53c..16f15f638d 100644
> --- a/gnu/packages/guile-xyz.scm
> +++ b/gnu/packages/guile-xyz.scm
> @@ -4255,7 +4255,7 @@ (define-public guile-jtd
>  (define-public guile-png
>    (package
>      (name "guile-png")
> -    (version "0.7.2")
> +    (version "0.7.3")
>      (source (origin
>                (method git-fetch)
>                (uri (git-reference
> @@ -4264,7 +4264,7 @@ (define-public guile-png
>                (file-name (string-append name "-" version "-checkout"))
>                (sha256
>                 (base32
> -                "1ad03r84j17rwfxbxqb0qmf70ggqs01kjyman3x1581lm5dk1757"))))
> +                "0hgdp8fgyg6rdy130fsn4nnb58c98lsrayjyy5491l53814ggy65"))))
>      (build-system gnu-build-system)
>      (arguments
>       (list
>
> base-commit: a17976e975001d3e95c998f1196a39bbb432de4f
> -- 
> 2.41.0
>
>
>

-- 
(Life is like a pencil that will surely run out,
    but will leave the beautiful writing of life.)
(D4F09EB110177E03C28E2FE1F5BBAE1E0392253F
    (hkp://keys.openpgp.org))

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 865 bytes --]

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

* bug#70091: [PATCH] gnu: guile-png: Update to 0.7.3.
  2024-03-30 15:16 [bug#70091] [PATCH] gnu: guile-png: Update to 0.7.3 Artyom V. Poptsov
  2024-04-03 11:59 ` Munyoki Kilyungi
@ 2024-04-04 11:28 ` Sharlatan Hellseher
  1 sibling, 0 replies; 3+ messages in thread
From: Sharlatan Hellseher @ 2024-04-04 11:28 UTC (permalink / raw)
  To: 70091-done

[-- Attachment #1: Type: text/plain, Size: 63 bytes --]


Pushed as 994b82a78b109b8ff43fff168f673685c69dc86d to master.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

end of thread, other threads:[~2024-04-04 11:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-30 15:16 [bug#70091] [PATCH] gnu: guile-png: Update to 0.7.3 Artyom V. Poptsov
2024-04-03 11:59 ` Munyoki Kilyungi
2024-04-04 11:28 ` bug#70091: " Sharlatan Hellseher

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