[bug#74733] Update mygnuhealth to 2.2.1

Message ID rygwkVfBZqjzTHO_bv2lmTqU1Dt92EpP66aSOszkMP1EEiQr2lzm9XbfqzX_s9-AqtbzABgfLNQ1PGqMUQ4M6C_BJYCTjunzVvBcdJ6bpcg=@proton.me
State New
Headers
Series [bug#74733] Update mygnuhealth to 2.2.1 |

Commit Message

rdes Dec. 7, 2024, 7:22 p.m. UTC
  Hello,
The attached patch is to supersede the previous one, which updates mygnuhealth to 2.2.1.

Needed to change kirigami to kirigami-5 since it defaults to kirigami-6 now.

Sent with [Proton Mail](https://proton.me/mail/home) secure email.

On Saturday, December 7th, 2024 at 10:24 AM, rdes <rdes@proton.me> wrote:

> Hello,
> The attached patch updates mygnuhealth to 2.2.1.
>
> Sent with [Proton Mail](https://proton.me/mail/home) secure email.
  

Comments

Ludovic Courtès Dec. 25, 2024, 9:51 p.m. UTC | #1
rdes <rdes@proton.me> skribis:

> From f74e8e1be591dcd14a4785b2d6769d746af6ac1f Mon Sep 17 00:00:00 2001
> Message-ID: <f74e8e1be591dcd14a4785b2d6769d746af6ac1f.1733599070.git.rdes@protonmail.com>
> From: Ryan Desfosses <rdes@protonmail.com>
> Date: Sat, 7 Dec 2024 14:17:02 -0500
> Subject: [PATCH] gnu: mygnuhealth: Update to 2.2.1.
>
> * gnu/packages/medical.scm (mygnuhealth): Update to 2.2.1
>
> Change-Id: Ifeaead2c6ee715b94706267c1d5b1dcd0e98e84e

Applied, thanks!
  

Patch

From f74e8e1be591dcd14a4785b2d6769d746af6ac1f Mon Sep 17 00:00:00 2001
Message-ID: <f74e8e1be591dcd14a4785b2d6769d746af6ac1f.1733599070.git.rdes@protonmail.com>
From: Ryan Desfosses <rdes@protonmail.com>
Date: Sat, 7 Dec 2024 14:17:02 -0500
Subject: [PATCH] gnu: mygnuhealth: Update to 2.2.1.

* gnu/packages/medical.scm (mygnuhealth): Update to 2.2.1

Change-Id: Ifeaead2c6ee715b94706267c1d5b1dcd0e98e84e
---
 gnu/packages/medical.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/medical.scm b/gnu/packages/medical.scm
index 15bd870f83..c755508db9 100644
--- a/gnu/packages/medical.scm
+++ b/gnu/packages/medical.scm
@@ -37,7 +37,7 @@  (define-module (gnu packages medical)
 (define-public mygnuhealth
   (package
     (name "mygnuhealth")
-    (version "1.0.5")
+    (version "2.2.1")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "MyGNUHealth" version))
@@ -61,7 +61,7 @@  (define-public mygnuhealth
                        (setenv "HOME" "/tmp"))))))
     (native-inputs (list python-pyside-2))
     (inputs (list bash-minimal
-                  kirigami
+                  kirigami-5
                   python
                   python-bcrypt
                   python-matplotlib

base-commit: 86c2d8d26f5232cdeb716151269a0d439f799442
-- 
2.46.0