[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
- branch master updated (7030f592c6 -> ecee392ef1), guix-commits, 2022/10/04
- 01/07: gnu: guix: Update to 17134b9., guix-commits, 2022/10/04
- 03/07: services: anonip: Bail out when the input is not a FIFO., guix-commits, 2022/10/04
- 02/07: channels: Warn about missing introductions., guix-commits, 2022/10/04
- 04/07: gnu: Add python-property-manager., guix-commits, 2022/10/04
- 05/07: gnu: Add python-executor., guix-commits, 2022/10/04
- 06/07: gnu: Add awscli-2., guix-commits, 2022/10/04
- 07/07: gnu: eog-plugins: Fix source URL.,
guix-commits <=