guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 1a87dfba3f6bdbc941a4d8b53565691eec996385
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Oct 28 13:22:41 2025 +0000
gnu: shrinkwrap: Remove snippet.
* gnu/packages/python-xyz.scm (shrinkwrap)[source]<snippet>: It's no
longer required.
Change-Id: Ifdd7228b7b3546a09ccf791d8b89fcf9e96be3ad
---
gnu/packages/python-xyz.scm | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 995d0d2bde..4ee3b5bb0f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -36196,12 +36196,8 @@ Storage}.")
(url "https://github.com/fzakaria/shrinkwrap")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
- (modules '((guix build utils)))
- (snippet '(substitute* "pyproject.toml"
- (("lief = \"0\\.12\\.0\"") "lief = \"*\"")))
(sha256
- (base32
- "1f3qrygj16y767q2c7pn9j6m95ggcmj9s5cx9v92ygygly4mr3jp"))))
+ (base32
"1f3qrygj16y767q2c7pn9j6m95ggcmj9s5cx9v92ygygly4mr3jp"))))
(build-system pyproject-build-system)
(native-inputs
(list python-click