all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#67339] [PATCH gnome-team] gnu: gnome-photos: Update to 44.0.
@ 2023-11-21 17:50 Vivien Kraus via Guix-patches via
  2023-12-04 19:50 ` bug#67339: " Liliana Marie Prikler
  0 siblings, 1 reply; 2+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2023-11-21 17:50 UTC (permalink / raw)
  To: 67339; +Cc: rg, liliana.prikler, maxim.cournoyer

* gnu/packages/gnome.scm (gnome-photos): Update to 44.0.
[inputs]: Add bash-minimal.

Change-Id: I5ab3d9d07d167f4a3dafcc0a388232dea0379fc5
---
 gnu/packages/gnome.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ab485cffb1..e58d95dfa9 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -813,7 +813,7 @@ (define-public gnome-recipes
 (define-public gnome-photos
   (package
     (name "gnome-photos")
-    (version "43.1")
+    (version "44.0")
     (source
      (origin
        (method url-fetch)
@@ -823,7 +823,7 @@ (define-public gnome-photos
                        name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1axhabxrrmf4r2xw2hvrzwj62inkckpmrc0gfbjcrwic04d6gqgk"))))
+         "17l2bkdg8iracgw2mgx5vqfs3d6cdvd22mfdqq4jiinkjw1j33p7"))))
     (build-system meson-build-system)
     (arguments
      (list
@@ -856,6 +856,7 @@ (define-public gnome-photos
            pkg-config))
     (inputs
      (list babl
+           bash-minimal
            cairo
            gegl-0.4.44
            geocode-glib

base-commit: 1cc3b7e80f60a2a5a6a1400ed0b025efeae7a523
-- 
2.41.0




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#67339: [PATCH gnome-team] gnu: gnome-photos: Update to 44.0.
  2023-11-21 17:50 [bug#67339] [PATCH gnome-team] gnu: gnome-photos: Update to 44.0 Vivien Kraus via Guix-patches via
@ 2023-12-04 19:50 ` Liliana Marie Prikler
  0 siblings, 0 replies; 2+ messages in thread
From: Liliana Marie Prikler @ 2023-12-04 19:50 UTC (permalink / raw)
  To: Vivien Kraus, 67339-done; +Cc: rg, maxim.cournoyer

Am Dienstag, dem 21.11.2023 um 18:50 +0100 schrieb Vivien Kraus:
> * gnu/packages/gnome.scm (gnome-photos): Update to 44.0.
> [inputs]: Add bash-minimal.
> 
> Change-Id: I5ab3d9d07d167f4a3dafcc0a388232dea0379fc5
> ---
Pushed.

Thanks




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-12-04 19:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-21 17:50 [bug#67339] [PATCH gnome-team] gnu: gnome-photos: Update to 44.0 Vivien Kraus via Guix-patches via
2023-12-04 19:50 ` bug#67339: " Liliana Marie Prikler

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.