guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: mdk: Update to 1.2.11.


From: guix-commits
Subject: 01/03: gnu: mdk: Update to 1.2.11.
Date: Thu, 15 Oct 2020 17:10:44 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 62a7f3b84cec377a1359aeba0be6d1bf3e3123bb
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Fri Oct 16 00:02:13 2020 +0300

    gnu: mdk: Update to 1.2.11.
    
    * gnu/packages/education.scm (mdk): Update to 1.2.11.
    [native-inputs]: Move ncurses ...
    [inputs]: ... to here.
---
 gnu/packages/education.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm
index ff1a9e3..5f50572 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -2,7 +2,7 @@
 ;;; Copyright © 2016 Danny Milosavljevic <dannym@scratchpost.org>
 ;;; Copyright © 2016, 2017 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2016 Hartmut Goebel <h.goebel@crazy-compilers.com>
-;;; Copyright © 2017, 2018, 2019 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2017, 2018, 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2018, 2019, 2020 Nicolas Goaziou <mail@nicolasgoaziou.fr>
 ;;; Copyright © 2020 Robert Smith <robertsmith@posteo.net>
@@ -956,27 +956,27 @@ floating through space.")
 (define-public mdk
   (package
     (name "mdk")
-    (version "1.2.10")
+    (version "1.2.11")
     (source
     (origin
       (method url-fetch)
-      (uri (string-append "mirror://gnu/mdk/v1.2.10/mdk-"
+      (uri (string-append "mirror://gnu/mdk/v" version "/mdk-"
                           version ".tar.gz"))
       (sha256
         (base32
-          "1rwcq2b5vvv7318j92nxc5dayj27dpfhzc4rjiv4ccvsc0x35x5h"))))
+          "0rrac91ynya4jrhv14j9vvn21c5z80hi1zmmdxjb0d9zz6i7kjgb"))))
    (build-system gnu-build-system)
     (arguments
      `(#:configure-flags (list "--enable-gui=yes" "-with-readline=yes")))
     (native-inputs
      `(("flex" ,flex)
        ("pkg-config" ,pkg-config)
-       ("intltool" ,intltool)
-       ("ncurses" ,ncurses)))
+       ("intltool" ,intltool)))
    (inputs
     `(("readline" ,readline)
       ("glib" ,glib)
       ("gtk+" ,gtk+)
+      ("ncurses" ,ncurses)
       ("pango" ,pango)
       ("libglade" ,libglade)))
    (home-page "https://www.gnu.org/software/mdk/";)



reply via email to

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