From: Andy Tai <atai@atai.org>
To: 75309@debbugs.gnu.org
Cc: Andy Tai <atai@atai.org>
Subject: [bug#75309] [PATCH] gnu: dico: Update to 2.12, gcide: Update to 0.54.
Date: Fri, 3 Jan 2025 00:13:59 -0800 [thread overview]
Message-ID: <b466281dee27f8ae44885e0f0447030f26a2fc50.1735892014.git.atai@atai.org> (raw)
* 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
reply other threads:[~2025-01-03 8:16 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=b466281dee27f8ae44885e0f0447030f26a2fc50.1735892014.git.atai@atai.org \
--to=atai@atai.org \
--cc=75309@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).