diff options
-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 |