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
This commit is contained in:
Ricardo Wurmus 2024-02-13 10:04:46 +01:00
parent 85e67f7fea
commit e558245d3e
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -195,7 +195,7 @@ (define-public sugar
(define-public sugar-artwork (define-public sugar-artwork
(package (package
(name "sugar-artwork") (name "sugar-artwork")
(version "0.120") (version "0.121")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -204,7 +204,7 @@ (define-public sugar-artwork
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1mjydyx7kbk429s3kswfb8x7g5smjwnai924avwxab1kjsjjksm9")))) "00m3dmwswfy4whc2hs51lqckz1z1f2jnw94jhxgw40b17w00pzwj"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
(list (list
@ -219,7 +219,7 @@ (define-public sugar-artwork
(string-append "#" m)))))))) (string-append "#" m))))))))
(inputs (list cairo gtk+)) (inputs (list cairo gtk+))
(native-inputs (native-inputs
(list autoconf automake (list autoconf-2.71 automake
icon-naming-utils icon-naming-utils
libtool libtool
pkg-config pkg-config