0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00
Fabian Affolter 2024-12-07 01:37:07 +01:00
parent b79e67eb64
commit e889fb97d0

View file

@ -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 = [