GNU bug report logs - #76387
[PATCH 0/2] gnu: partitionmanager: Update to 24.12.2.

Previous Next

Package: guix-patches;

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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 76387 in the body.
You can then email your comments to 76387 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#76387; Package guix-patches. (Tue, 18 Feb 2025 05:13:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Sughosha <sughosha <at> disroot.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 18 Feb 2025 05:13:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Sughosha <sughosha <at> disroot.org>
To: guix-patches <at> gnu.org
Cc: Sughosha <sughosha <at> disroot.org>
Subject: [PATCH 0/2] gnu: partitionmanager: Update to 24.12.2.
Date: Tue, 18 Feb 2025 10:41:18 +0530
This patchset updates kpmcore and partitionmanager to 24.12.2.

Sughosha (2):
  gnu: kpmcore: Update to 24.12.2.
  gnu: partitionmanager: Update to 24.12.2.

 gnu/packages/kde.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


base-commit: fc29a7193781df44a15cb7a8bdc236805ddd0595
-- 
2.47.1





Information forwarded to guix-patches <at> gnu.org:
bug#76387; Package guix-patches. (Tue, 18 Feb 2025 05:16:01 GMT) Full text and rfc822 format available.

Message #8 received at 76387 <at> debbugs.gnu.org (full text, mbox):

From: Sughosha <sughosha <at> disroot.org>
To: 76387 <at> debbugs.gnu.org
Cc: Sughosha <sughosha <at> disroot.org>
Subject: [PATCH 2/2] gnu: partitionmanager: Update to 24.12.2.
Date: Tue, 18 Feb 2025 10:43:45 +0530
* 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





Information forwarded to guix-patches <at> gnu.org:
bug#76387; Package guix-patches. (Tue, 18 Feb 2025 05:16:02 GMT) Full text and rfc822 format available.

Message #11 received at 76387 <at> debbugs.gnu.org (full text, mbox):

From: Sughosha <sughosha <at> disroot.org>
To: 76387 <at> debbugs.gnu.org
Cc: Sughosha <sughosha <at> disroot.org>
Subject: [PATCH 1/2] gnu: kpmcore: Update to 24.12.2.
Date: Tue, 18 Feb 2025 10:43:44 +0530
* gnu/packages/kde.scm (kpmcore): Update to 24.12.2.

Change-Id: I3bb0c878392af9adc0d2b21b9ccb174d39c1896e
---
 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 34b92dc961..89efc85393 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -1294,7 +1294,7 @@ (define-public kosmindoormap
 (define-public kpmcore
   (package
     (name "kpmcore")
-    (version "24.05.2")
+    (version "24.12.2")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1302,7 +1302,7 @@ (define-public kpmcore
                     "/src/" name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1nrmfxs8hbba8b3ml4g9qaf0klzcm8ar052npv5lm0whx6zld1lf"))))
+                "0pdwx8rd7nxjywavhy2yjqgbvw5gf85ik7ilzfa6ifmxwkcb16n7"))))
     (build-system cmake-build-system)
     (native-inputs
      (list extra-cmake-modules pkg-config))
-- 
2.47.1





Reply sent to Z572 <z572 <at> z572.online>:
You have taken responsibility. (Tue, 11 Mar 2025 15:59:04 GMT) Full text and rfc822 format available.

Notification sent to Sughosha <sughosha <at> disroot.org>:
bug acknowledged by developer. (Tue, 11 Mar 2025 15:59:05 GMT) Full text and rfc822 format available.

Message #16 received at 76387-done <at> debbugs.gnu.org (full text, mbox):

From: Z572 <z572 <at> z572.online>
To: Sughosha via Guix-patches via <guix-patches <at> gnu.org>
Cc: 76387-done <at> debbugs.gnu.org, Sughosha <sughosha <at> disroot.org>
Subject: Re: [bug#76387] [PATCH 0/2] gnu: partitionmanager: Update to 24.12.2.
Date: Tue, 11 Mar 2025 23:58:30 +0800
[Message part 1 (text/plain, inline)]
Sughosha via Guix-patches via <guix-patches <at> gnu.org> writes:

> This patchset updates kpmcore and partitionmanager to 24.12.2.
>
> Sughosha (2):
>   gnu: kpmcore: Update to 24.12.2.
>   gnu: partitionmanager: Update to 24.12.2.
>
>  gnu/packages/kde.scm | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
>
>
> base-commit: fc29a7193781df44a15cb7a8bdc236805ddd0595
thanks, applyed. And update to 24.12.3.
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#76387; Package guix-patches. (Tue, 11 Mar 2025 16:00:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 09 Apr 2025 11:24:23 GMT) Full text and rfc822 format available.

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.