diff options
author | Vivien Kraus <vivien@planete-kraus.eu> | 2023-11-21 18:50:23 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-12-02 17:08:55 +0100 |
commit | bd53ac8b4de2d2bb529748be08eb2116d1cd89da (patch) | |
tree | db2a11e37d204a4b028ce33d6b26c05f1afce869 /gnu | |
parent | 27d017be7aaea12db68529c3ebd5fd3dbd8642b4 (diff) | |
download | guix-bd53ac8b4de2d2bb529748be08eb2116d1cd89da.tar.gz guix-bd53ac8b4de2d2bb529748be08eb2116d1cd89da.zip |
gnu: gnome-photos: Update to 44.0.
* gnu/packages/gnome.scm (gnome-photos): Update to 44.0.
[inputs]: Add bash-minimal.
Change-Id: I5ab3d9d07d167f4a3dafcc0a388232dea0379fc5
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index c7d0bface1..8a190f3f48 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -814,7 +814,7 @@ tomorrow, the rest of the week and for special occasions.") (define-public gnome-photos (package (name "gnome-photos") - (version "43.1") + (version "44.0") (source (origin (method url-fetch) @@ -824,7 +824,7 @@ tomorrow, the rest of the week and for special occasions.") name "-" version ".tar.xz")) (sha256 (base32 - "1axhabxrrmf4r2xw2hvrzwj62inkckpmrc0gfbjcrwic04d6gqgk")))) + "17l2bkdg8iracgw2mgx5vqfs3d6cdvd22mfdqq4jiinkjw1j33p7")))) (build-system meson-build-system) (arguments (list @@ -857,6 +857,7 @@ tomorrow, the rest of the week and for special occasions.") pkg-config)) (inputs (list babl + bash-minimal cairo gegl-0.4.44 geocode-glib |