python311Packages.idasen: 0.11.0 -> 0.11.1

This commit is contained in:
R. Ryantm 2024-01-14 15:49:36 +00:00
parent 92be40baed
commit 058c8b442f

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "idasen";
version = "0.11.0";
version = "0.11.1";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "newAM";
repo = "idasen";
rev = "refs/tags/v${version}";
hash = "sha256-ybM3dQhTogjhtIO5daWMXpnxUM7uWYnKONMOEx3u+58=";
hash = "sha256-nduag5ubgwhOcprdZppLIPQPDE06dk9OzniIIJpM12s=";
};
nativeBuildInputs = [