mothacehe pushed a commit to branch wip-gnome40
in repository guix.

commit 5818053eb35f90bb2f2bb13338d9e2b1d2fd7f1b
Author: Mathieu Othacehe <[email protected]>
AuthorDate: Wed Sep 22 18:00:55 2021 +0000

    gnu: gnote: Update to 40.2.
    
    * gnu/packages/gnome.scm (gnote): Update to 40.2.
    [source]: Fix the URI.
---
 gnu/packages/gnome.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 7041411..f7670ee 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11406,15 +11406,15 @@ index files needed for Adwaita to be used outside of 
GNOME.")
 (define-public gnote
   (package
     (name "gnote")
-    (version "3.38.1")
+    (version "40.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://gnome/sources/" name "/"
-                           (version-major+minor version)  "/"
+                           (version-major version)  "/"
                            "gnote-" version ".tar.xz"))
        (sha256
-        (base32 "1adjfjhmsm2d33999khjyzvli6kiz1jlzavn77jhd49kfzhxa9y4"))))
+        (base32 "01fqdfgcl32cf40jw9q0h7f5bghl1lvf89vln1lh41ncrk0iw6vy"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("desktop-file-utils" ,desktop-file-utils)

Reply via email to