[PATCH gnome-team] gnu: nautilus: Update to 44.3.1.

  • Done
  • quality assurance status badge
Details
One participant
  • Vivien Kraus
Owner
unassigned
Submitted by
Vivien Kraus
Severity
normal

Debbugs page

Vivien Kraus wrote 1 years ago
(address . guix-patches@gnu.org)
0a44c7cfa8a9c5c7a0cd5ef9c6031506a66e54cd.1702747562.git.vivien@planete-kraus.eu
* gnu/packages/gnome.scm (nautilus): Update to 44.3.1.

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

Toggle diff (26 lines)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c6437ce450..d3511ea06d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9693,7 +9693,7 @@ (define-public tracker-miners
(define-public nautilus
(package
(name "nautilus")
- (version "44.2.1")
+ (version "44.3.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -9701,7 +9701,7 @@ (define-public nautilus
name "-" version ".tar.xz"))
(sha256
(base32
- "0k0yyh7sqan68c8n0ahwlw0xyiq25f57inm5qrpsgxr78w12zinr"))
+ "05njbaq98y00n1z1smg1pdip3shr84q8a10wssm8sjbv7sirwj75"))
(patches
(search-patches "nautilus-extension-search-path.patch"))))
(build-system meson-build-system)

base-commit: 4c323c2f8308bba0e3295f3109d159c7b8f72838
--
2.41.0
Vivien Kraus wrote 1 years ago
(address . 67853-done@debbugs.gnu.org)
baf44a12642bc71312c209d85cc4dc1ee2732843.camel@planete-kraus.eu
This has been merged, thank you!

Best regards,

Vivien
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 67853
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