python3Packages.idapro: 0.0.9 -> 0.0.10

This commit is contained in:
R. Ryantm
2026-07-19 21:44:37 +00:00
parent cbf17f2c3c
commit 22e483a1d9

View File

@@ -9,14 +9,14 @@
buildPythonPackage (finalAttrs: {
pname = "idapro";
version = "0.0.9";
version = "0.0.10";
pyproject = true;
__structuredAttrs = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-igQ6ic5QdTPlAuj2WBpPtYut4l6PpgSVRbeexjZ5LjU=";
hash = "sha256-QXwDxGBdGEF+Rw9qdI45eznW1YKevTu97dkv9bkJLRE=";
};
build-system = [ setuptools ];