3
0
Fork 0
forked from mirrors/nixpkgs

idasen: 0.9.3 -> 0.9.4

This commit is contained in:
Alex Martens 2022-10-14 17:50:46 -07:00
parent 82cb8acd21
commit bf45022792

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "idasen";
version = "0.9.3";
version = "0.9.4";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "newAM";
repo = "idasen";
rev = "v${version}";
hash = "sha256-O5EquX2zoSCsPdXRarTcqwt4aTBS6YF8SBq+/Ft3P1A=";
hash = "sha256-GYQj7hiwyrCQDK19tZ7gN/pS1mFDSHgRfz7eCsKise4=";
};
nativeBuildInputs = [