guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: qca: Update to 2.3.2.


From: guix-commits
Subject: 06/06: gnu: qca: Update to 2.3.2.
Date: Wed, 10 Mar 2021 18:47:34 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 24f0bb21ab338994187456eacb69d1162fdd1af5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Mar 11 00:45:26 2021 +0100

    gnu: qca: Update to 2.3.2.
    
    * gnu/packages/kde.scm (qca): Update to 2.3.2.
---
 gnu/packages/kde.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 3e05b26..213def4 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -616,15 +616,14 @@ used in KDE development tools Kompare and KDevelop.")
 (define-public qca
   (package
     (name "qca")
-    (version "2.3.1")
+    (version "2.3.2")
     (source
       (origin
         (method url-fetch)
         (uri (string-append "mirror://kde/stable/qca/" version
                             "/qca-" version ".tar.xz"))
         (sha256
-         (base32
-          "0jsfjwz84fc5jnl16aiwrcd6pgs5lzizm2896wildz5yk8852f61"))))
+         (base32 "0vb0kwm4vpf71vczadg6h1ib09sgca0crll7ksbkmg646w1615s6"))))
     (build-system cmake-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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