python310Packages.cryptoparser: 0.10.3 -> 0.11.0

This commit is contained in:
R. Ryantm
2023-11-05 07:48:51 +00:00
parent b4c0c733b3
commit ae3613c132
@@ -12,13 +12,13 @@
buildPythonPackage rec {
pname = "cryptoparser";
version = "0.10.3";
version = "0.11.0";
format = "pyproject";
src = fetchPypi {
pname = "CryptoParser";
inherit version;
hash = "sha256-FvSs0LeyuobkJhJd5vlR+Bm4LqGxPvPTogsYKtHOpVw=";
hash = "sha256-fgPmgZxv/UpaoeBO08xcUbPxmjVV4AUEgivNOvWxd04=";
};
nativeBuildInputs = [