python312Packages.aiomultiprocess: 0.9.0 -> 0.9.1

Diff: https://github.com/omnilib/aiomultiprocess/compare/v0.9.0...v0.9.1
This commit is contained in:
Fabian Affolter 2024-04-24 18:01:41 +02:00
parent 6b86bb8f55
commit e4a89cc990
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "aiomultiprocess";
version = "0.9.0";
version = "0.9.1";
format = "pyproject";
disabled = pythonOlder "3.6";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "omnilib";
repo = pname;
rev = "v${version}";
hash = "sha256-yOP69FXDb2Grmtszx7oa6uiJGUar8su3KwqQPI+xjrw=";
hash = "sha256-LWrAr3i2CgOMZFxWi9B3kiou0UtaHdDbpkr6f9pReRA=";
};
nativeBuildInputs = [ flit-core ];