~ruther/guix-local

1a87dfba3f6bdbc941a4d8b53565691eec996385 — Sharlatan Hellseher 4 months ago d198ad8
gnu: shrinkwrap: Remove snippet.

* gnu/packages/python-xyz.scm (shrinkwrap)[source]<snippet>: It's no
longer required.

Change-Id: Ifdd7228b7b3546a09ccf791d8b89fcf9e96be3ad
1 files changed, 1 insertions(+), 5 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +1 -5
@@ 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