[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/34: gnu: evince: Parameterise source URI.
From: |
guix-commits |
Subject: |
03/34: gnu: evince: Parameterise source URI. |
Date: |
Tue, 18 Jul 2023 21:11:56 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit f8fcd6e533ec50a0c3e1cb86a26c7b3109305f00
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 16 02:00:00 2023 +0200
gnu: evince: Parameterise source URI.
* gnu/packages/gnome.scm (evince)[source]: Use VERSION.
---
gnu/packages/gnome.scm | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 4f5734dc0a..f2654c3f4e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2611,12 +2611,14 @@ forgotten when the session ends.")
(package
(name "evince")
(version "44.1")
- (source (origin
- (method url-fetch)
- (uri "mirror://gnome/sources/evince/44/evince-44.1.tar.xz")
- (sha256
- (base32
- "0523lzk7xpfr6gir8nx80fmp1lhajm837hilmgn8zczz2nxx7bqm"))))
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://gnome/sources/evince/"
+ (version-major version) "/"
+ "evince-" version ".tar.xz"))
+ (sha256
+ (base32 "0523lzk7xpfr6gir8nx80fmp1lhajm837hilmgn8zczz2nxx7bqm"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t
- branch master updated (c75022d65f -> 13cb9b3028), guix-commits, 2023/07/18
- 01/34: gnu: hw-probe: Fix build., guix-commits, 2023/07/18
- 04/34: gnu: evince: Update to 44.3., guix-commits, 2023/07/18
- 05/34: gnu: whois: Update to 5.5.17., guix-commits, 2023/07/18
- 03/34: gnu: evince: Parameterise source URI.,
guix-commits <=
- 07/34: gnu: whois: Use G-expressions., guix-commits, 2023/07/18
- 11/34: gnu: iperf: Update to 3.14., guix-commits, 2023/07/18
- 02/34: gnu: xtensor: Update to 0.24.6., guix-commits, 2023/07/18
- 06/34: gnu: whois: Remove input labels., guix-commits, 2023/07/18
- 08/34: gnu: ntp: Update to 4.2.8p17., guix-commits, 2023/07/18
- 09/34: gnu: ntp: Remove input labels., guix-commits, 2023/07/18
- 12/34: gnu: spiped: Update to 1.6.2., guix-commits, 2023/07/18
- 10/34: gnu: ntp: Use G-expressions., guix-commits, 2023/07/18
- 13/34: gnu: spiped: Use G-expressions., guix-commits, 2023/07/18
- 15/34: gnu: traceroute: Use G-expressions., guix-commits, 2023/07/18