mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: evas-generic-loaders: Update to 1.13.2.
* gnu/packages/enlightenment.scm (evas-generic-loaders): Update to 1.13.2. Use https for the URL to avoid a redirection.
This commit is contained in:
parent
c514385197
commit
7bde30e18d
1 changed files with 5 additions and 4 deletions
|
@ -156,15 +156,16 @@ (define-public elementary
|
|||
(define-public evas-generic-loaders
|
||||
(package
|
||||
(name "evas-generic-loaders")
|
||||
(version "1.13.0")
|
||||
(version "1.13.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri
|
||||
(string-append
|
||||
"http://download.enlightenment.org/rel/libs/evas_generic_loaders/evas_generic_loaders-"
|
||||
version ".tar.gz"))
|
||||
"https://download.enlightenment.org/rel/libs/"
|
||||
"evas_generic_loaders/evas_generic_loaders-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "16yzjk58bxsd0rlnpzrr8as9fxjjiq01swzhpadsgkmq33abgg63"))))
|
||||
(base32 "1z5vjabs3psvqs3251mpyl1wgbdv1grn30yf682vamdqc5ckfa69"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
|
|
Loading…
Reference in a new issue