mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: rage: Update to 0.2.0.
* gnu/packages/enlightenment.scm (rage): Update to 0.2.0.
This commit is contained in:
parent
f2db5d9976
commit
83e9f472b2
1 changed files with 4 additions and 3 deletions
|
@ -262,15 +262,16 @@ contents and more.")
|
|||
(define-public rage
|
||||
(package
|
||||
(name "rage")
|
||||
(version "0.1.4")
|
||||
(version "0.2.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri
|
||||
(string-append
|
||||
"https://download.enlightenment.org/rel/apps/rage/rage-"
|
||||
version ".tar.gz"))
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "10j3n8crk16jzqz2hn5djx6vms5f6x83qyiaphhqx94h9dgv2mgg"))))
|
||||
(base32
|
||||
"07mfh0k83nrm557x72qafxawxizilqgkr6sngbia3ikprc8556zy"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
|
|
Loading…
Reference in a new issue