mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gnome-text-editor: Update to 48.3.
* gnu/packages/gnome.scm (gnome-text-editor): Update to 48.3. Change-Id: I4e9800e53f5bfa14c722e83e6ed629c3637d0059
This commit is contained in:
parent
8718b8e059
commit
b2edc10d77
1 changed files with 2 additions and 2 deletions
|
@ -5677,7 +5677,7 @@ keyboard shortcuts.")
|
||||||
(define-public gnome-text-editor
|
(define-public gnome-text-editor
|
||||||
(package
|
(package
|
||||||
(name "gnome-text-editor")
|
(name "gnome-text-editor")
|
||||||
(version "48.2")
|
(version "48.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/gnome-text-editor/"
|
(uri (string-append "mirror://gnome/sources/gnome-text-editor/"
|
||||||
|
@ -5685,7 +5685,7 @@ keyboard shortcuts.")
|
||||||
"gnome-text-editor-" version ".tar.xz"))
|
"gnome-text-editor-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ar0xqv910v7fm5x18yvy511nh3f1phqynws8g0d89yxbd3ms7zw"))))
|
"1fjnsm1hhxdy8ck663drs9fclgrx1chnjvf08lhlvnsf74i9g7iz"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:glib-or-gtk? #t))
|
(list #:glib-or-gtk? #t))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue