Merge pull request #222859 from fabaff/aiortm-bump

python310Packages.aiortm: 0.6.2 -> 0.6.3
This commit is contained in:
Fabian Affolter 2023-03-24 17:01:16 +01:00 committed by GitHub
commit f273cb9495
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "aiortm";
version = "0.6.2";
version = "0.6.3";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "MartinHjelmare";
repo = pname;
rev = "v${version}";
hash = "sha256-pfBJ5LWsG3HUGQF2IPMbVKv99xg+dqt17B8unmuv/Ww=";
hash = "sha256-9Ny1Xby2e1lyrDTZLd6UVASx8/kwjsq4ogMTSKryQqg=";
};
nativeBuildInputs = [