[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/07: gnu: vips: Fetch sources from git.
From: |
guix-commits |
Subject: |
04/07: gnu: vips: Fetch sources from git. |
Date: |
Sun, 13 Oct 2024 22:18:35 -0400 (EDT) |
z572 pushed a commit to branch master
in repository guix.
commit fb3a390bea8bdde8c46e8eb22f07cec3dd026fe7
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Mon Oct 14 09:23:01 2024 +0800
gnu: vips: Fetch sources from git.
* gnu/packages/image-processing (vips)[source]: Fetch from git.
Change-Id: I1bab0fdf3dd6c230025726c613f9eefb36238871
---
gnu/packages/image-processing.scm | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/image-processing.scm
b/gnu/packages/image-processing.scm
index 1a24837ac8..a79eaf6aed 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -781,12 +781,13 @@ the OpenCV-Python library.")
(version "8.15.3")
(source
(origin
- (method url-fetch)
- (uri (string-append
- "https://github.com/libvips/libvips/releases/download/v"
- version "/vips-" version ".tar.xz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/libvips/libvips")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
(sha256
- (base32 "182j20dw38f1nyfx8cf7cjsr0k4nl7lfk3wm2d0ddypa6vsxj9ry"))))
+ (base32 "0nxzhs4gwhpm4j9hlca8s97xh1b1p1cawnwdc69rmxkrf714hlgj"))))
(build-system meson-build-system)
(native-inputs
(list gobject-introspection pkg-config))
- branch master updated (5a77f79764 -> 27db8ec8c7), guix-commits, 2024/10/13
- 03/07: gnu: vips: Update to 8.15.3. [security fixes], guix-commits, 2024/10/13
- 05/07: gnu: guile-cv: Update to 0.4.0., guix-commits, 2024/10/13
- 01/07: gnu: buildah: Update to 1.37.4., guix-commits, 2024/10/13
- 04/07: gnu: vips: Fetch sources from git.,
guix-commits <=
- 07/07: gnu: nghttp3: Update to 1.6.0., guix-commits, 2024/10/13
- 02/07: gnu: podman: Update to 5.2.4., guix-commits, 2024/10/13
- 06/07: gnu: ngtcp2: Update to 1.8.0., guix-commits, 2024/10/13