nckx pushed a commit to branch master
in repository guix.

commit d8a85f8200863757a432314bc0490d3ee8adfcc4
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun Jun 7 18:43:11 2020 +0200

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

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index cd5b38d..d4b215a 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -7,7 +7,7 @@
 ;;; Copyright © 2016 Thomas Danckaert <[email protected]>
 ;;; Copyright © 2017, 2018, 2019 Ricardo Wurmus <[email protected]>
 ;;; Copyright © 2017 Quiliro <[email protected]>
-;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <[email protected]>
+;;; Copyright © 2017, 2018, 2020 Tobias Geerinckx-Rice <[email protected]>
 ;;; Copyright © 2018 Nicolas Goaziou <[email protected]>
 ;;; Copyright © 2018 Hartmut Goebel <[email protected]>
 ;;; Copyright © 2018 Eric Bavier <[email protected]>
@@ -2338,7 +2338,7 @@ securely.  It will not store any data unencrypted unless 
explicitly requested.")
 (define-public qwt
   (package
     (name "qwt")
-    (version "6.1.4")
+    (version "6.1.5")
     (source
       (origin
         (method url-fetch)
@@ -2346,7 +2346,7 @@ securely.  It will not store any data unencrypted unless 
explicitly requested.")
          (string-append "mirror://sourceforge/qwt/qwt/"
                         version "/qwt-" version ".tar.bz2"))
         (sha256
-         (base32 "1navkcnmn0qz8kzsyqmk32d929zl72l0b580w1ica7z5559j2a8m"))))
+         (base32 "0hf0mpca248xlqn7xnzkfj8drf19gdyg5syzklvq8pibxiixwxj0"))))
   (build-system gnu-build-system)
   (inputs
    `(("qtbase" ,qtbase)

Reply via email to