diff options
author | Andy Tai <atai@atai.org> | 2025-04-21 08:21:42 -0700 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-04-22 11:35:24 +0900 |
commit | b1050189c0d9cf9ec0ed850f6ece266d7b3f1802 (patch) | |
tree | e05d12ebe0233b6445222dcc8ece4542c4da24a9 | |
parent | aab89b3d934b8b17956d9402d35586c944bddd78 (diff) | |
download | guix-b1050189c0d9cf9ec0ed850f6ece266d7b3f1802.tar.gz guix-b1050189c0d9cf9ec0ed850f6ece266d7b3f1802.zip |
gnu: libgweather: Fix source path.
* gnu/packages/gnome.scm (libgweather) [source]: Fix URI.
Change-Id: I2b882fd67e8f19bc3763ef392f37d9c6c4da608a
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index c6f5fde00f..f0da595ea8 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -6032,7 +6032,7 @@ service via the system message bus.") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" - (version-major version) "/" + (version-major+minor version) "/" name "-" version ".tar.xz")) (sha256 (base32 |