diff options
| author | Ryan Desfosses <rdes@protonmail.com> | 2024-12-07 14:17:02 -0500 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2024-12-25 23:51:09 +0100 |
| commit | 382a8feae0bf7e61a843b229cab46aed36768da0 (patch) | |
| tree | cabd216f472e3d208711d50aa921f009321f15ac /gnu | |
| parent | dbbef3d57f4f6acd2f9c51c5f9fda97e18fa618c (diff) | |
gnu: mygnuhealth: Update to 2.2.1.
* gnu/packages/medical.scm (mygnuhealth): Update to 2.2.1
Change-Id: Ifeaead2c6ee715b94706267c1d5b1dcd0e98e84e
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/medical.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/medical.scm b/gnu/packages/medical.scm index 15bd870f833..c755508db91 100644 --- a/gnu/packages/medical.scm +++ b/gnu/packages/medical.scm | |||
| @@ -37,7 +37,7 @@ | |||
| 37 | (define-public mygnuhealth | 37 | (define-public mygnuhealth |
| 38 | (package | 38 | (package |
| 39 | (name "mygnuhealth") | 39 | (name "mygnuhealth") |
| 40 | (version "1.0.5") | 40 | (version "2.2.1") |
| 41 | (source (origin | 41 | (source (origin |
| 42 | (method url-fetch) | 42 | (method url-fetch) |
| 43 | (uri (pypi-uri "MyGNUHealth" version)) | 43 | (uri (pypi-uri "MyGNUHealth" version)) |
| @@ -61,7 +61,7 @@ | |||
| 61 | (setenv "HOME" "/tmp")))))) | 61 | (setenv "HOME" "/tmp")))))) |
| 62 | (native-inputs (list python-pyside-2)) | 62 | (native-inputs (list python-pyside-2)) |
| 63 | (inputs (list bash-minimal | 63 | (inputs (list bash-minimal |
| 64 | kirigami | 64 | kirigami-5 |
| 65 | python | 65 | python |
| 66 | python-bcrypt | 66 | python-bcrypt |
| 67 | python-matplotlib | 67 | python-matplotlib |
