gnu: rage: Update to 0.2.1.

* gnu/packages/enlightenment.scm (rage): Update to 0.2.1.
This commit is contained in:
Efraim Flashner 2016-09-04 16:14:10 +03:00
parent f5e4229a07
commit b11cf99ff5
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 2 additions and 2 deletions

View File

@ -262,7 +262,7 @@ contents and more.")
(define-public rage (define-public rage
(package (package
(name "rage") (name "rage")
(version "0.2.0") (version "0.2.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -271,7 +271,7 @@ contents and more.")
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"07mfh0k83nrm557x72qafxawxizilqgkr6sngbia3ikprc8556zy")))) "06kbgcnbhl9clhdl7k983m4d0n6ggsl4qvizzi1nrp8c7np87fix"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))