mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 01:33:18 -05:00
gnu: xonotic-data: Update to 0.8.5.
* gnu/packages/games.scm (xonotic-data): Update to 0.8.5. [source]: Use HTTPS.
This commit is contained in:
parent
ad871dae88
commit
12b0258d75
1 changed files with 3 additions and 4 deletions
|
@ -7759,16 +7759,15 @@ (define-public fortune-mod
|
||||||
(define xonotic-data
|
(define xonotic-data
|
||||||
(package
|
(package
|
||||||
(name "xonotic-data")
|
(name "xonotic-data")
|
||||||
(version "0.8.2")
|
(version "0.8.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://dl.xonotic.org/xonotic-"
|
(uri (string-append "https://dl.xonotic.org/xonotic-"
|
||||||
version ".zip"))
|
version ".zip"))
|
||||||
(file-name (string-append name "-" version ".zip"))
|
(file-name (string-append name "-" version ".zip"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1r9pdrrki7mkdw99zh9m7911fqldsfdnl0nrp5cv1bk2hcism4hg"))))
|
||||||
"1mcs6l4clvn7ibfq3q69k2p0z6ww75rxvnngamdq5ic6yhq74bx2"))))
|
|
||||||
(build-system trivial-build-system)
|
(build-system trivial-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("unzip" ,unzip)))
|
`(("unzip" ,unzip)))
|
||||||
|
|
Loading…
Reference in a new issue