guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: guile-png: Update to 0.5.0.


From: guix-commits
Subject: 04/05: gnu: guile-png: Update to 0.5.0.
Date: Sat, 3 Jun 2023 07:37:52 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit e8eb389594eea005d355b0ae9fe6fd2b089513df
Author: Artyom V. Poptsov <poptsov.artyom@gmail.com>
AuthorDate: Mon May 29 00:50:33 2023 +0300

    gnu: guile-png: Update to 0.5.0.
    
    * gnu/packages/guile-xyz.scm (guile-png): Update to 0.5.0.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 474022003f..d8684bb818 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -3843,7 +3843,7 @@ debugging code.")
 (define-public guile-png
   (package
     (name "guile-png")
-    (version "0.4.1")
+    (version "0.5.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3852,7 +3852,7 @@ debugging code.")
               (file-name (string-append name "-" version "-checkout"))
               (sha256
                (base32
-                "1vkhv0dip0na6d9g478i587n5y6046vn5rsjmfnbibi9yx4rkrf8"))))
+                "0dnahq05mwxzbsqb0qjkyysylc54qr8l5839zyc4sanl2syzhvwk"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags '("GUILE_AUTO_COMPILE=0"))) ;to prevent guild warnings



reply via email to

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