mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -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
|
||||
(package
|
||||
(name "sugar-artwork")
|
||||
(version "0.120")
|
||||
(version "0.121")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -204,7 +204,7 @@ (define-public sugar-artwork
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1mjydyx7kbk429s3kswfb8x7g5smjwnai924avwxab1kjsjjksm9"))))
|
||||
"00m3dmwswfy4whc2hs51lqckz1z1f2jnw94jhxgw40b17w00pzwj"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
@ -219,7 +219,7 @@ (define-public sugar-artwork
|
|||
(string-append "#" m))))))))
|
||||
(inputs (list cairo gtk+))
|
||||
(native-inputs
|
||||
(list autoconf automake
|
||||
(list autoconf-2.71 automake
|
||||
icon-naming-utils
|
||||
libtool
|
||||
pkg-config
|
||||
|
|
Loading…
Reference in a new issue