guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/12: gnu: gtranslator: Fix URL.


From: guix-commits
Subject: 01/12: gnu: gtranslator: Fix URL.
Date: Sun, 5 Dec 2021 17:55:36 -0500 (EST)

civodul pushed a commit to branch core-updates-frozen
in repository guix.

commit 85c07e330ca2ba14dd6f827b191cd4fd10431ef5
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Dec 5 01:48:19 2021 +0100

    gnu: gtranslator: Fix URL.
    
    Reported by Vivien Kraus.
    
    * gnu/packages/gnome.scm (gtranslator)[source]: Change
    'version-major+minor' to 'version-major'.
---
 gnu/packages/gnome.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 2238cfa..04632ad 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12786,7 +12786,7 @@ your data.")
         (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
-                                  (version-major+minor version) "/"
+                                  (version-major version) "/"
                                   name "-" version ".tar.xz"))
               (sha256
                (base32



reply via email to

[Prev in Thread] Current Thread [Next in Thread]