mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
python312Packages.sigstore: 3.5.1 -> 3.5.3
Diff: https://github.com/sigstore/sigstore-python/compare/refs/tags/v3.5.3...v3.5.3 Changelog: https://github.com/sigstore/sigstore-python/blob/3.5.3/CHANGELOG.md
This commit is contained in:
parent
b79e67eb64
commit
e889fb97d0
1 changed files with 4 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "sigstore-python";
|
||||
version = "3.5.1";
|
||||
version = "3.5.3";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
@ -36,9 +36,11 @@ buildPythonPackage rec {
|
|||
owner = "sigstore";
|
||||
repo = "sigstore-python";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-AMKe+R1sTXdxFAelJmRiEyDNe+T55KaGK3HUARqz3Tw=";
|
||||
hash = "sha256-pAzS/LU5me3qoJo6EmuSFPDO/lqRDKIl5hjFiysWTdM=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [ "sigstore-rekor-types" ];
|
||||
|
||||
build-system = [ flit-core ];
|
||||
|
||||
dependencies = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue