GNU bug report logs -
#76387
[PATCH 0/2] gnu: partitionmanager: Update to 24.12.2.
Previous Next
Reported by: Sughosha <sughosha <at> disroot.org>
Date: Tue, 18 Feb 2025 05:13:02 UTC
Severity: normal
Tags: patch
Done: Z572 <z572 <at> z572.online>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/kde.scm (partitionmanager): Update to 24.12.2.
Change-Id: I2c3d389ecbed69ffd9daf417b51599db5e4d601d
---
gnu/packages/kde.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 89efc85393..b3a6f4c55b 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -1358,14 +1358,14 @@ (define-public kpmcore
(define-public partitionmanager
(package
(name "partitionmanager")
- (version "24.05.2")
+ (version "24.12.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/partitionmanager-" version ".tar.xz"))
(sha256
- (base32 "01xmwkwv8jrwx2jpg797ar8ac9gbdagrl2v3yzqn62fhwcwjcxy6"))))
+ (base32 "176vdhp2lg44zp3qhrsgjns4d6bid0879qmnjaqysmzcflmzql4b"))))
(build-system qt-build-system)
(arguments
(list #:qtbase qtbase))
--
2.47.1
This bug report was last modified 67 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.