mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
gnu: gcide: Update to 0.54.
* gnu/packages/dictionaries.scm (gcide): Update to 0.54. Change-Id: Id5444ac5b36be1b368b88572745166fd9c96b72f
This commit is contained in:
parent
effcf58082
commit
9059862203
1 changed files with 2 additions and 2 deletions
|
@ -119,14 +119,14 @@ (define-public vera
|
||||||
(define-public gcide
|
(define-public gcide
|
||||||
(package
|
(package
|
||||||
(name "gcide")
|
(name "gcide")
|
||||||
(version "0.53")
|
(version "0.54")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"mirror://gnu/gcide/gcide-" version ".tar.xz"))
|
"mirror://gnu/gcide/gcide-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"17rigzfmih5i1z5s5v1hdr1jw8rngf40768kblnh5kp19ncbvb6k"))))
|
"0hhxqlkgp3kkin4pqzfgfd24ckai29sm9dw8qc6icnqp6rpnyh92"))))
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:install-plan
|
'(#:install-plan
|
||||||
|
|
Loading…
Reference in a new issue