guix-commits
[Top][All Lists]
Advanced

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

45/51: gnu: qtpurchasing: Update to 5.15.8.


From: guix-commits
Subject: 45/51: gnu: qtpurchasing: Update to 5.15.8.
Date: Tue, 28 Mar 2023 20:20:24 -0400 (EDT)

apteryx pushed a commit to branch staging
in repository guix.

commit 148fc69ee80d5c4161e825731a53e4dc60ddbca7
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Mar 27 16:09:53 2023 -0400

    gnu: qtpurchasing: Update to 5.15.8.
    
    * gnu/packages/qt.scm (qtpurchasing): Update to 5.15.8.
---
 gnu/packages/qt.scm | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 7e1864b55e..3be9d60861 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2181,17 +2181,17 @@ information and perform area based monitoring.")
     (license (package-license qtbase))))
 
 (define-public qtpurchasing
-  (package (inherit qtsvg-5)
+  (package
+    (inherit qtsvg-5)
     (name "qtpurchasing")
-    (version "5.15.5")
+    (version "5.15.8")
     (source (origin
-             (method url-fetch)
-             (uri (qt-urls name version))
-             (sha256
-              (base32
-               "04z6mwzn73gg56hgs7gividinfgndx4kmcnp7w6h3wamrdlkfdx7"))))
-    (inputs
-     (list qtbase-5 qtdeclarative-5))
+              (method url-fetch)
+              (uri (qt-urls name version))
+              (sha256
+               (base32
+                "0bjky5ncg9yhz4a63g3jl1r5pa6i09f6g8wgzs591mhybrbmhcw8"))))
+    (inputs (list qtbase-5 qtdeclarative-5))
     (synopsis "Qt Purchasing module")
     (description "The Qt Purchasing module provides and in-app API for
 purchasing goods and services.")))



reply via email to

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