Merge pull request #227117 from fabaff/iocextract-bump

python310Packages.iocextract: 1.15.1 -> 1.15.2
This commit is contained in:
Nick Cao 2023-04-20 09:29:16 +08:00 committed by GitHub
commit 0b36f688d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "iocextract";
version = "1.15.1";
version = "1.15.2";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "InQuest";
repo = "python-iocextract";
rev = "refs/tags/v${version}";
hash = "sha256-muto8lr3sP44bLFIoAuPeS8pRv7pNP1JFKaAJV01TZY=";
hash = "sha256-l0TGi3Y3/Dcwyp80eRWYYlDaDDJdpc31fcxdYEVvQas=";
};
propagatedBuildInputs = [