guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: guile-png: Update to 0.2.0.


From: guix-commits
Subject: branch master updated: gnu: guile-png: Update to 0.2.0.
Date: Fri, 18 Nov 2022 14:08:21 -0500

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 347733bcde gnu: guile-png: Update to 0.2.0.
347733bcde is described below

commit 347733bcde2edb60bc831d363971c488eb74e3f8
Author: Artyom V. Poptsov <poptsov.artyom@gmail.com>
AuthorDate: Sun Nov 13 20:28:40 2022 +0300

    gnu: guile-png: Update to 0.2.0.
    
    * gnu/packages/guile-xyz.scm (guile-png): Update to 0.2.0.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 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 1785fe0d58..62bcfb6a56 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -3549,7 +3549,7 @@ perform geometrical transforms on JPEG images.")
 (define-public guile-png
   (package
     (name "guile-png")
-    (version "0.1.0")
+    (version "0.2.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3558,7 +3558,7 @@ perform geometrical transforms on JPEG images.")
               (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



reply via email to

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