Merge pull request #253335 from r-ryantm/auto-update/python310Packages.idasen

python310Packages.idasen: 0.10.0 -> 0.10.1
This commit is contained in:
Weijia Wang 2023-09-05 11:21:52 +02:00 committed by GitHub
commit bc901a1431
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "idasen";
version = "0.10.0";
version = "0.10.1";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "newAM";
repo = "idasen";
rev = "refs/tags/v${version}";
hash = "sha256-aCVKnKWJlrlKD+74KL9JKlNpMGOzg/iWmB+1IMn0V/E=";
hash = "sha256-1ZOnEPB3RJ6i3RwvpP3rG/i1M+Oa9fdfVhc3R+iFndQ=";
};
nativeBuildInputs = [