M gnu/packages/version-control.scm => gnu/packages/version-control.scm +12 -7
@@ 3610,14 3610,19 @@ based on a manifest file published by servers.")
(version "0.6.3")
(source
(origin
- (method url-fetch)
- (uri (pypi-uri "patatt" version))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://git.kernel.org/pub/scm/utils/patatt/patatt.git")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
(sha256
- (base32 "0a0a5ndlnv7dk2smn8algss6q17gbd6mc7yacz17c9cxabv2c24q"))))
- (build-system python-build-system)
- (arguments '(#:tests? #f)) ; No tests.
- (propagated-inputs
- (list python-pynacl))
+ (base32 "1brak6kwnwbz8739aaxxks4nyaxrlldscfmzxdcqxi24afiw3h8z"))))
+ (build-system pyproject-build-system)
+ (arguments
+ ;; XXX: No tests in this release, but they are there on master.
+ (list #:tests? #f))
+ (native-inputs (list python-setuptools))
+ (propagated-inputs (list python-pynacl))
(home-page "https://git.kernel.org/pub/scm/utils/patatt/patatt.git")
(synopsis "Tool for cryptographic patch attestation")
(description "This utility provides end-to-end cryptographic attestation