Merge pull request #189205 from newAM/idasen

idasen: 0.9.0 -> 0.9.1
This commit is contained in:
Jonas Heinrich 2022-09-03 09:45:26 +02:00 committed by GitHub
commit 6bc3e85473
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.9.0";
version = "0.9.1";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "newAM";
repo = "idasen";
rev = "v${version}";
hash = "sha256-7Tg+/3BXRmzG39jIC281MKxyJyf9e9/1uOqUji08B3U=";
hash = "sha256-QMHxQLHp2p3/kGDd995CjBvQqn2BVM6d02NCzrjExr0=";
};
nativeBuildInputs = [