* [bug#74732] [PATCH] Update mygnuhealth to 2.2.1
@ 2024-12-07 15:24 rdes via Guix-patches via
2024-12-07 19:22 ` [bug#74733] " rdes via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: rdes via Guix-patches via @ 2024-12-07 15:24 UTC (permalink / raw)
To: 74732
[-- Attachment #1.1: Type: text/plain, Size: 123 bytes --]
Hello,
The attached patch updates mygnuhealth to 2.2.1.
Sent with [Proton Mail](https://proton.me/mail/home) secure email.
[-- Attachment #1.2: Type: text/html, Size: 719 bytes --]
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-mygnuhealth-Update-to-2.2.1.patch --]
[-- Type: text/x-patch; name=0001-gnu-mygnuhealth-Update-to-2.2.1.patch, Size: 1014 bytes --]
From 9c9ecc1f81c7d479dcc056a6f58ad0346cb44b20 Mon Sep 17 00:00:00 2001
Message-ID: <9c9ecc1f81c7d479dcc056a6f58ad0346cb44b20.1733584479.git.ryan.desfosses@colorado.edu>
From: Ryan Desfosses <ryan.desfosses@colorado.edu>
Date: Sat, 7 Dec 2024 10:11:55 -0500
Subject: [PATCH] gnu: mygnuhealth: Update to 2.2.1.
* gnu/packages/medical.scm (mygnuhealth): Update to 2.2.1
Change-Id: I250643ddeac879fcffe5cc9d9cd58d8c9e5d78df
---
gnu/packages/medical.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/medical.scm b/gnu/packages/medical.scm
index 15bd870f83..81fc014702 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))
base-commit: 86c2d8d26f5232cdeb716151269a0d439f799442
--
2.46.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [bug#74733] [PATCH] Update mygnuhealth to 2.2.1
2024-12-07 15:24 [bug#74732] [PATCH] Update mygnuhealth to 2.2.1 rdes via Guix-patches via
@ 2024-12-07 19:22 ` rdes via Guix-patches via
0 siblings, 0 replies; 2+ messages in thread
From: rdes via Guix-patches via @ 2024-12-07 19:22 UTC (permalink / raw)
To: 74733
[-- Attachment #1.1: Type: text/plain, Size: 448 bytes --]
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.
[-- Attachment #1.2: Type: text/html, Size: 2374 bytes --]
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-mygnuhealth-Update-to-2.2.1.patch --]
[-- Type: text/x-patch; name=0001-gnu-mygnuhealth-Update-to-2.2.1.patch, Size: 1329 bytes --]
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-12-08 10:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-07 15:24 [bug#74732] [PATCH] Update mygnuhealth to 2.2.1 rdes via Guix-patches via
2024-12-07 19:22 ` [bug#74733] " rdes via Guix-patches via
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.