[PATCH] Update mygnuhealth to 2.2.1

  • Open
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • rdes
Owner
unassigned
Submitted by
rdes
Severity
normal
Merged with
R
(name . rdes via Guix-patches via)(address . guix-patches@gnu.org)
rygwkVfBZqjzTHO_bv2lmTqU1Dt92EpP66aSOszkMP1EEiQr2lzm9XbfqzX_s9-AqtbzABgfLNQ1PGqMUQ4M6C_BJYCTjunzVvBcdJ6bpcg=@proton.me
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:

Toggle quote (4 lines)
> Hello,
> The attached patch updates mygnuhealth to 2.2.1.
>
> Sent with [Proton Mail](https://proton.me/mail/home) secure email.
Attachment: file
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(-)

Toggle diff (26 lines)
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
L
L
Ludovic Courtès wrote on 10 Dec 09:25 +0100
control message for bug #74733
(address . control@debbugs.gnu.org)
87ed2gj66z.fsf@gnu.org
merge 74733 74732
quit
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 74733@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 74733
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch