Revert "python3Packages.sigstore-rekor-types: 0.0.11 -> 0.0.12"

This reverts commit 836157ed90.
This commit is contained in:
Fabian Affolter 2024-04-16 17:22:10 +02:00
parent 1a65ceb3d1
commit 63d75f2617
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "sigstore-rekor-types";
version = "0.0.12";
version = "0.0.11";
pyproject = true;
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "trailofbits";
repo = "sigstore-rekor-types";
rev = "refs/tags/v${version}";
hash = "sha256-B6u2YbtZtgjYJoWL2DfgP7LL20onNaaTTFbC6JIA4bE=";
hash = "sha256-oOFdRiDp9USc3A+aaPExprEO2i/RERNahiyi2kVpkns=";
};
nativeBuildInputs = [