python310Packages.cryptoparser: 0.12.0 -> 0.12.1

This commit is contained in:
R. Ryantm 2023-12-18 16:09:53 +00:00
parent 886c9aee6c
commit 3998c00333

View File

@ -12,13 +12,13 @@
buildPythonPackage rec {
pname = "cryptoparser";
version = "0.12.0";
version = "0.12.1";
format = "pyproject";
src = fetchPypi {
pname = "CryptoParser";
inherit version;
hash = "sha256-E32fHcuICUMCH5NYT+oFYU7M73bvXb/g1UoJSChzOiA=";
hash = "sha256-Q05koDfVaVgiQYhULkwzl9uzUIumO8ZIGJPfxRBUsj0=";
};
nativeBuildInputs = [