guix-commits
[Top][All Lists]
Advanced

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

01/11: gnu: sugar-artwork: Update to 0.121.


From: guix-commits
Subject: 01/11: gnu: sugar-artwork: Update to 0.121.
Date: Tue, 13 Feb 2024 09:05:11 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit e558245d3e14ed850ab4dde8a8c3aa20f9238dc4
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Feb 13 10:04:46 2024 +0100

    gnu: sugar-artwork: Update to 0.121.
    
    * gnu/packages/sugar.scm (sugar-artwork): Update to 0.121.
    [native-inputs]: Replace autoconf with autoconf-2.71.
    
    Change-Id: Ia281addab6c51cc9886d327d60b9761e5f2ab04e
---
 gnu/packages/sugar.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/sugar.scm b/gnu/packages/sugar.scm
index 4a0de1b55a..32592e9454 100644
--- a/gnu/packages/sugar.scm
+++ b/gnu/packages/sugar.scm
@@ -195,7 +195,7 @@ used every school day by children in more than forty 
countries.")
 (define-public sugar-artwork
   (package
     (name "sugar-artwork")
-    (version "0.120")
+    (version "0.121")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -204,7 +204,7 @@ used every school day by children in more than forty 
countries.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1mjydyx7kbk429s3kswfb8x7g5smjwnai924avwxab1kjsjjksm9"))))
+                "00m3dmwswfy4whc2hs51lqckz1z1f2jnw94jhxgw40b17w00pzwj"))))
     (build-system gnu-build-system)
     (arguments
      (list
@@ -219,7 +219,7 @@ used every school day by children in more than forty 
countries.")
                 (string-append "#" m))))))))
     (inputs (list cairo gtk+))
     (native-inputs
-     (list autoconf automake
+     (list autoconf-2.71 automake
            icon-naming-utils
            libtool
            pkg-config



reply via email to

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