diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-06 18:01:10 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-06 18:44:19 +0100 |
commit | 9055546943dba1ac5f957a59e2ea3adcf29bd07e (patch) | |
tree | a9d5ec9f6a58350bba26efe3038ddcc32ff6e7e0 /gnu | |
parent | 596aa62d7c88fa2b646087d7a3461bb2ba85ae16 (diff) | |
download | guix-9055546943dba1ac5f957a59e2ea3adcf29bd07e.tar.gz guix-9055546943dba1ac5f957a59e2ea3adcf29bd07e.zip |
gnu: gnote: Update to 3.38.1.
* gnu/packages/gnome.scm (gnote): Update to 3.38.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 1aaffe0b00..29bf210ff2 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) |