3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: gnote: Update to 3.38.1.

* gnu/packages/gnome.scm (gnote): Update to 3.38.1.
This commit is contained in:
Tobias Geerinckx-Rice 2021-03-06 18:01:10 +01:00
parent 596aa62d7c
commit 9055546943
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -11159,7 +11159,7 @@ index files needed for Adwaita to be used outside of GNOME.")
(define-public gnote
(package
(name "gnote")
(version "3.38.0")
(version "3.38.1")
(source
(origin
(method url-fetch)
@ -11167,7 +11167,7 @@ index files needed for Adwaita to be used outside of GNOME.")
(version-major+minor version) "/"
"gnote-" version ".tar.xz"))
(sha256
(base32 "1ingbaw4d8vpjn083xvzqw7kz8z0k2bx7msk78pbzd68bwgkadpx"))))
(base32 "1adjfjhmsm2d33999khjyzvli6kiz1jlzavn77jhd49kfzhxa9y4"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("desktop-file-utils" ,desktop-file-utils)