[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
58/61: gnu: stgit-2: Allow building with newer dependencies.
From: |
guix-commits |
Subject: |
58/61: gnu: stgit-2: Allow building with newer dependencies. |
Date: |
Thu, 28 Mar 2024 12:01:13 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 61d74c465790f8a1ccf7e49e3b70000cf7a276cb
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Mar 28 15:04:24 2024 +0200
gnu: stgit-2: Allow building with newer dependencies.
* gnu/packages/version-control.scm (stgit-2)[source]: Add snippet to
allow building with newer dependencies.
Change-Id: Ia1309c0656a3f0df2529f52e2ddd4bfbd59e163d
---
gnu/packages/version-control.scm | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 946b1f5aac..0cc77355ae 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1594,7 +1594,12 @@ lot easier.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0cgv7chxqkjaqmzi4691in26j2fm8r0vanw8xzb9cqnz6350wvvj"))))
+ (base32 "0cgv7chxqkjaqmzi4691in26j2fm8r0vanw8xzb9cqnz6350wvvj"))
+ (modules '((guix build utils)))
+ (snippet
+ '(begin (substitute* (find-files "." "^Cargo\\.toml$")
+ (("\"~([[:digit:]]+(\\.[[:digit:]]+)*)" _ version)
+ (string-append "\"^" version)))))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-anstyle" ,rust-anstyle-1)
- 36/61: gnu: rust-tectonic-bridge-icu-0.2: Update to 0.2.1., (continued)
- 36/61: gnu: rust-tectonic-bridge-icu-0.2: Update to 0.2.1., guix-commits, 2024/03/28
- 37/61: gnu: rust-tectonic-docmodel-0.2: Update to 0.2.2., guix-commits, 2024/03/28
- 43/61: gnu: Add rust-watchexec-signals-1., guix-commits, 2024/03/28
- 44/61: gnu: Add rust-project-origins-1., guix-commits, 2024/03/28
- 45/61: gnu: Add rust-normalize-path-0.2., guix-commits, 2024/03/28
- 47/61: gnu: Add rust-is-docker-0.2., guix-commits, 2024/03/28
- 40/61: gnu: rust-tectonic-io-base-0.4: Update to 0.4.3., guix-commits, 2024/03/28
- 07/61: gnu: Add xremap-hyprland., guix-commits, 2024/03/28
- 19/61: gnu: rust-windows-x86-64-gnullvm-0.48: Update to 0.48.5., guix-commits, 2024/03/28
- 46/61: gnu: Add rust-is-wsl-0.4., guix-commits, 2024/03/28
- 58/61: gnu: stgit-2: Allow building with newer dependencies.,
guix-commits <=
- 32/61: gnu: rust-clearscreen-1: Update to 1.0.11., guix-commits, 2024/03/28
- 53/61: gnu: Add rust-watchexec-events-1., guix-commits, 2024/03/28
- 54/61: gnu: Add rust-watchexec-filterer-globset-1., guix-commits, 2024/03/28
- 61/61: gnu: python-cryptography: Update to 42.0.5., guix-commits, 2024/03/28
- 09/61: gnu: rust-nix-0.20: Update to 0.20.2., guix-commits, 2024/03/28
- 21/61: gnu: rust-cargo-credential-macos-keychain-0.4: Update to 0.4.3., guix-commits, 2024/03/28
- 48/61: gnu: Add rust-ignore-files-1., guix-commits, 2024/03/28
- 33/61: gnu: Add rust-command-group-2., guix-commits, 2024/03/28
- 59/61: gnu: rust-curl-sys-0.4: Update to 0.4.72., guix-commits, 2024/03/28
- 49/61: gnu: Add rust-command-group-1., guix-commits, 2024/03/28