gnu: nautilus: Update to 41.1.

* gnu/packages/gnome.scm (nautilus): Update to 41.1.
[arguments]: Remove #:meson keyword.
This commit is contained in:
Pierre Langlois 2022-01-11 19:55:03 +00:00
parent a9678953ea
commit 5b0a7fd9ad
No known key found for this signature in database
GPG key ID: A8FC9E447F4F7D54

View file

@ -9088,7 +9088,7 @@ (define-public tracker-miners
(define-public nautilus (define-public nautilus
(package (package
(name "nautilus") (name "nautilus")
(version "41.0") (version "41.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/" (uri (string-append "mirror://gnome/sources/" name "/"
@ -9096,7 +9096,7 @@ (define-public nautilus
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1rd1a0wjh2sc7mzw6m61rryvgxpi2lin4xj0x9khqw04q6nl3fgr")) "0bsqh241m43x3qb3z0mjakjic610ncl95zhjdgls649phnc30qry"))
(patches (patches
;; This patch is already upstream and can be removed next ;; This patch is already upstream and can be removed next
;; release. ;; release.
@ -9104,7 +9104,6 @@ (define-public nautilus
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
`(#:glib-or-gtk? #t `(#:glib-or-gtk? #t
#:meson ,meson-0.59
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(add-after 'unpack 'make-extensible (add-after 'unpack 'make-extensible