* [bug#75309] [PATCH] gnu: dico: Update to 2.12, gcide: Update to 0.54.
@ 2025-01-03 8:13 Andy Tai
0 siblings, 0 replies; only message in thread
From: Andy Tai @ 2025-01-03 8:13 UTC (permalink / raw)
To: 75309; +Cc: Andy Tai
* gnu/packages/dico.scm (dico): Update to 2.12.
* gnu/packages/dictionaries.scm (gcide): Update to 0.54.
Change-Id: I5e8bcc47c996642dd3b5a840f390debdfd3280e4
---
gnu/packages/dico.scm | 4 ++--
gnu/packages/dictionaries.scm | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/dico.scm b/gnu/packages/dico.scm
index 9f8c5cccc1..af0b6fd348 100644
--- a/gnu/packages/dico.scm
+++ b/gnu/packages/dico.scm
@@ -41,14 +41,14 @@ (define-module (gnu packages dico)
(define-public dico
(package
(name "dico")
- (version "2.11")
+ (version "2.12")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/dico/dico-"
version ".tar.xz"))
(sha256
(base32
- "0nic4mggc0yhms130k7x4qp5k9c42fwg6n8hmk5cmynh6gi9h7xc"))))
+ "1xvahrav8aml90qcj4cj3a33y0n7nm1k0ywgks1zy2q91v2qk2vj"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags (list (string-append "--with-guile-site-dir=" %output
diff --git a/gnu/packages/dictionaries.scm b/gnu/packages/dictionaries.scm
index 21c3f668d2..a046764b21 100644
--- a/gnu/packages/dictionaries.scm
+++ b/gnu/packages/dictionaries.scm
@@ -119,14 +119,14 @@ (define-public vera
(define-public gcide
(package
(name "gcide")
- (version "0.53")
+ (version "0.54")
(source (origin
(method url-fetch)
(uri (string-append
"mirror://gnu/gcide/gcide-" version ".tar.xz"))
(sha256
(base32
- "17rigzfmih5i1z5s5v1hdr1jw8rngf40768kblnh5kp19ncbvb6k"))))
+ "0hhxqlkgp3kkin4pqzfgfd24ckai29sm9dw8qc6icnqp6rpnyh92"))))
(build-system copy-build-system)
(arguments
'(#:install-plan
base-commit: a707ebe5d3875a49523bc17de2d36af6f1c18f7e
--
2.34.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-01-03 8:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-03 8:13 [bug#75309] [PATCH] gnu: dico: Update to 2.12, gcide: Update to 0.54 Andy Tai
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).