[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/08: gnu: f2fs-tools: Don't fetch autogenerated git snapshot.
From: |
guix-commits |
Subject: |
03/08: gnu: f2fs-tools: Don't fetch autogenerated git snapshot. |
Date: |
Mon, 12 Dec 2022 14:24:38 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit 61f67290b95adb537eebde13251d5c1c2dfc1687
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Dec 12 17:00:11 2022 +0100
gnu: f2fs-tools: Don't fetch autogenerated git snapshot.
* gnu/packages/linux.scm (f2fs-tools)[source]: Switch to GIT-FETCH.
---
gnu/packages/linux.scm | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index ad892a332d..485bc6d0f5 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5937,13 +5937,15 @@ obviously it can be shared with files outside our
set).")
(name "f2fs-tools")
(version "1.14.0")
(source (origin
- (method url-fetch)
- (uri (string-append
- "https://git.kernel.org/cgit/linux/kernel/git/jaegeuk";
- "/f2fs-tools.git/snapshot/f2fs-tools-" version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://git.kernel.org/pub/scm/linux/kernel\
+/git/jaegeuk/f2fs-tools.git")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
(sha256
(base32
- "1lab1446c78xsjwhpki7s85z4171m8p9279c8yhm4882wba674k1"))))
+ "06ss05n87i1c3149qb3n7j1qp2scv3g2adx0v6ljkl59ab9b5saj"))))
(build-system gnu-build-system)
(arguments
'(#:phases
- branch master updated (3640310d69 -> c1695bcadd), guix-commits, 2022/12/12
- 02/08: gnu: f2fs-tools: Reverse inheritance relationship., guix-commits, 2022/12/12
- 01/08: gnu: ungoogled-chromium: Build with ffmpeg@4., guix-commits, 2022/12/12
- 05/08: gnu: f2fs-tools: Update to 1.15.0., guix-commits, 2022/12/12
- 03/08: gnu: f2fs-tools: Don't fetch autogenerated git snapshot.,
guix-commits <=
- 08/08: gnu: re2: Update to 2022-12-01., guix-commits, 2022/12/12
- 04/08: gnu: f2fs-tools@1.7: Don't fetch autogenerated git snapshot., guix-commits, 2022/12/12
- 07/08: tests: Add system tests for each supported kernel version., guix-commits, 2022/12/12
- 06/08: gnu: f2fs-tools: Remove obsolete phase., guix-commits, 2022/12/12