guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: eog-plugins: Fix source URL.


From: guix-commits
Subject: 07/07: gnu: eog-plugins: Fix source URL.
Date: Tue, 4 Oct 2022 12:17:26 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit ecee392ef1b9335afb2268c889d891a9ba1a4681
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Oct 4 12:28:30 2022 +0200

    gnu: eog-plugins: Fix source URL.
    
    The incorrect URL was introduced in
    d6d861c6151fb2cb9296b993425d9a64a7653d95.
    
    * gnu/packages/gnome.scm (eog-plugins)[source]: Change directory in URL.
---
 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 fbaef9eb6e..8fb1213122 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6904,7 +6904,7 @@ supports image conversion, rotation, and slideshows.")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/eog-plugins/"
-                                  (version-major+minor version) "/"
+                                  (version-major version) "/"
                                   "eog-plugins-" version ".tar.xz"))
               (sha256
                (base32



reply via email to

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