[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.")))
- 12/51: gnu: ffmpeg-5: Rename variable to ffmpeg., (continued)
- 12/51: gnu: ffmpeg-5: Rename variable to ffmpeg., guix-commits, 2023/03/28
- 15/51: gnu: pjproject: Update to 2.13., guix-commits, 2023/03/28
- 21/51: gnu: qt3d-5: Update to 5.15.8., guix-commits, 2023/03/28
- 24/51: gnu: qtx11extras: Update to 5.15.8., guix-commits, 2023/03/28
- 26/51: gnu: qtdeclarative-5: Update to 5.15.8., guix-commits, 2023/03/28
- 27/51: gnu: qtconnectivity: Update to 5.15.8., guix-commits, 2023/03/28
- 29/51: gnu: qtsensors: Update to 5.15.8., guix-commits, 2023/03/28
- 36/51: gnu: qtwebview: Update to 5.15.8., guix-commits, 2023/03/28
- 42/51: gnu: qtgraphicaleffects: Update to 5.15.8., guix-commits, 2023/03/28
- 43/51: gnu: qtgamepad: Update to 5.15.8., guix-commits, 2023/03/28
- 45/51: gnu: qtpurchasing: Update to 5.15.8.,
guix-commits <=
- 46/51: gnu: qtcharts: Update to 5.15.8., guix-commits, 2023/03/28
- 47/51: gnu: qtdatavis3d: Update to 5.15.8., guix-commits, 2023/03/28
- 49/51: gnu: qtremoteobjects: Update to 6.3.2., guix-commits, 2023/03/28