Skip to content

Commit

Permalink
python313Packages.sigstore: 3.5.3 -> 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bot-wxt1221 committed Jan 19, 2025
1 parent 2af90eb commit a52db8d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/development/python-modules/sigstore/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
securesystemslib,
sigstore-protobuf-specs,
sigstore-rekor-types,
rfc3161-client,
tuf,
rfc8785,
pyasn1,
Expand All @@ -27,7 +28,7 @@

buildPythonPackage rec {
pname = "sigstore-python";
version = "3.5.3";
version = "3.6.1";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -36,7 +37,7 @@ buildPythonPackage rec {
owner = "sigstore";
repo = "sigstore-python";
tag = "v${version}";
hash = "sha256-pAzS/LU5me3qoJo6EmuSFPDO/lqRDKIl5hjFiysWTdM=";
hash = "sha256-BdVX2LWCsMx9r0bDTJjMdrvy4Hqn6hrw9wAcub0nRMk=";
};

pythonRelaxDeps = [ "sigstore-rekor-types" ];
Expand All @@ -53,6 +54,7 @@ buildPythonPackage rec {
pyopenssl
pyasn1
rfc8785
rfc3161-client
platformdirs
requests
rich
Expand Down

0 comments on commit a52db8d

Please sign in to comment.