nckx pushed a commit to branch master
in repository guix.
commit 9055546943dba1ac5f957a59e2ea3adcf29bd07e
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sat Mar 6 18:01:10 2021 +0100
gnu: gnote: Update to 3.38.1.
* gnu/packages/gnome.scm (gnote): Update to 3.38.1.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 1aaffe0..29bf210 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -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)