mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
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:
parent
85e67f7fea
commit
e558245d3e
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue