gnu: rage: Update to 0.3.1.
* gnu/packages/enlightenment.scm (rage): Update to 0.3.1.
This commit is contained in:
parent
7e7fce6b74
commit
6cec4c4b51
|
@ -242,7 +242,7 @@ contents and more.")
|
||||||
(define-public rage
|
(define-public rage
|
||||||
(package
|
(package
|
||||||
(name "rage")
|
(name "rage")
|
||||||
(version "0.3.0")
|
(version "0.3.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
|
@ -251,7 +251,7 @@ contents and more.")
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0gfzdd4jg78bkmj61yg49w7bzspl5m1nh6agqgs8k7qrq9q26xqy"))))
|
"04fdk23bbgvni212zrfy4ndg7vmshbsjgicrhckdvhay87pk9i75"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
|
Loading…
Reference in New Issue