[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/80: gnu: gnote: Update to 40.2.
From: |
guix-commits |
Subject: |
06/80: gnu: gnote: Update to 40.2. |
Date: |
Tue, 28 Sep 2021 07:21:20 -0400 (EDT) |
mothacehe pushed a commit to branch wip-gnome40
in repository guix.
commit 6b62120902e624e1e55a6a6907bf0d01148bfb18
Author: Mathieu Othacehe <othacehe@gnu.org>
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)
- 76/80: gnu: gnome-weather: Fix GNOME integration., (continued)
- 76/80: gnu: gnome-weather: Fix GNOME integration., guix-commits, 2021/09/28
- 01/80: gnu: vulkan-loader: Fix include path location., guix-commits, 2021/09/28
- 04/80: gnu: gnome-backgrounds: Update to 40.1., guix-commits, 2021/09/28
- 03/80: gnu: Update gtkmm to 4.2.0, add gtkmm@3, and adjust gtkmm@2., guix-commits, 2021/09/28
- 02/80: gnu: Add gtk., guix-commits, 2021/09/28
- 08/80: gnu: gnome-menus: Update to 3.36.0., guix-commits, 2021/09/28
- 11/80: gnu: gnome-disk-utility: Update to 40.2., guix-commits, 2021/09/28
- 09/80: gnu: gnome-user-docs: Update to 40.5., guix-commits, 2021/09/28
- 36/80: gnu: gnome-clocks: Update to 40.0., guix-commits, 2021/09/28
- 07/80: gnu: gnome-shell-extensions: Update to 40.4., guix-commits, 2021/09/28
- 06/80: gnu: gnote: Update to 40.2.,
guix-commits <=
- 13/80: gnu: libportal: Update to 0.4., guix-commits, 2021/09/28
- 19/80: gnu: libgweather: Update to 40.0., guix-commits, 2021/09/28
- 23/80: gnu: Add tepl-5., guix-commits, 2021/09/28
- 25/80: gnu: gnome-latex: Update to 3.38.0., guix-commits, 2021/09/28
- 16/80: build: glib-or-gtk-build-system: Add gtk 4.0 support., guix-commits, 2021/09/28
- 31/80: gnu: orca: Update to 40.0., guix-commits, 2021/09/28
- 38/80: gnu: vte: Update to 0.64.2., guix-commits, 2021/09/28
- 29/80: gnu: gnome-session: Update to 40.1., guix-commits, 2021/09/28
- 33/80: gnu: epiphany: Update to 40.3., guix-commits, 2021/09/28
- 43/80: gnu: gnome-online-accounts: Update to 3.40.0., guix-commits, 2021/09/28