gnu: cambalache: Update to 0.12.1.
* gnu/packages/gnome.scm (cambalache): Update to 0.12.1.master
parent
f5f9db1514
commit
b6fd8e6742
|
@ -3303,7 +3303,7 @@ compiles to GTKBuilder XML.")
|
||||||
(define-public cambalache
|
(define-public cambalache
|
||||||
(package
|
(package
|
||||||
(name "cambalache")
|
(name "cambalache")
|
||||||
(version "0.12.0")
|
(version "0.12.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -3311,7 +3311,7 @@ compiles to GTKBuilder XML.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "12dhc7mx04cpc9qwcvqiplphh3mar7wy6cbkv208j7pcg5fzkqh0"))))
|
(base32 "1da8d5msk4ivmk5inaq8w0m78dsp7crarr9jmybag1c8qmqsjq4h"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Reference in New Issue