Merge pull request #176996 from r-ryantm/auto-update/python3.10-huum

python310Packages.huum: 0.5.0 -> 0.6.0
This commit is contained in:
Fabian Affolter 2022-06-09 12:42:19 +02:00 committed by GitHub
commit a046810f47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "huum";
version = "0.5.0";
version = "0.6.0";
format = "pyproject";
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-ldhAg9zGCEYvya01s6AHzALI4dS+d0R73c62YZyk19M=";
sha256 = "sha256-PYOjfLPa/vZZP0IZuUZnQ74IrTRvizgYhKOmhd83aMQ=";
};
nativeBuildInputs = [