mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00: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 {
|
buildPythonPackage rec {
|
||||||
pname = "sigstore-python";
|
pname = "sigstore-python";
|
||||||
version = "3.5.1";
|
version = "3.5.3";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
|
@ -36,9 +36,11 @@ buildPythonPackage rec {
|
||||||
owner = "sigstore";
|
owner = "sigstore";
|
||||||
repo = "sigstore-python";
|
repo = "sigstore-python";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-AMKe+R1sTXdxFAelJmRiEyDNe+T55KaGK3HUARqz3Tw=";
|
hash = "sha256-pAzS/LU5me3qoJo6EmuSFPDO/lqRDKIl5hjFiysWTdM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pythonRelaxDeps = [ "sigstore-rekor-types" ];
|
||||||
|
|
||||||
build-system = [ flit-core ];
|
build-system = [ flit-core ];
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue