[PATCH gnome-team] gnu: gnome-photos: Update to 44.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Liliana Marie Prikler
  • Vivien Kraus
Owner
unassigned
Submitted by
Vivien Kraus
Severity
normal

Debbugs page

Vivien Kraus wrote 1 years ago
(address . guix-patches@gnu.org)
dfed1ed581bbe78003e970a8b4ef4122bb10a106.1700595387.git.vivien@planete-kraus.eu
* 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(-)

Toggle diff (34 lines)
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
Liliana Marie Prikler wrote 1 years ago
5db88661c58c63db7358697457dbc9a21760d845.camel@gmail.com
Am Dienstag, dem 21.11.2023 um 18:50 +0100 schrieb Vivien Kraus:
Toggle quote (5 lines)
> * gnu/packages/gnome.scm (gnome-photos): Update to 44.0.
> [inputs]: Add bash-minimal.
>
> Change-Id: I5ab3d9d07d167f4a3dafcc0a388232dea0379fc5
> ---
Pushed.

Thanks
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 67339
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
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help