guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/05: gnu: dico: Update to 2.11.


From: guix-commits
Subject: 03/05: gnu: dico: Update to 2.11.
Date: Mon, 3 May 2021 16:41:20 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit dbfe885e115a5205a98284b6040f70850746a948
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon May 3 22:16:42 2021 +0200

    gnu: dico: Update to 2.11.
    
    * gnu/packages/dico.scm (dico): Update to 2.11.
---
 gnu/packages/dico.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/dico.scm b/gnu/packages/dico.scm
index ec897d1..cbf0d22 100644
--- a/gnu/packages/dico.scm
+++ b/gnu/packages/dico.scm
@@ -1,7 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2015, 2016, 2018 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2016, 2018 Efraim Flashner <efraim@flashner.co.il>
-;;; Copyright © 2018, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2018, 2020, 2021 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -39,14 +39,14 @@
 (define-public dico
   (package
     (name "dico")
-    (version "2.10")
+    (version "2.11")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/dico/dico-"
                                  version ".tar.xz"))
              (sha256
               (base32
-               "0qag47mzs00d53hnrmh381r0jay42766vp5xrffmzmsn2307x8vl"))))
+               "0nic4mggc0yhms130k7x4qp5k9c42fwg6n8hmk5cmynh6gi9h7xc"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags (list (string-append "--with-guile-site-dir=" %output



reply via email to

[Prev in Thread] Current Thread [Next in Thread]