python310Packages.gios: 2.1.0 -> 2.3.0

Changelog: https://github.com/bieniu/gios/releases/tag/2.3.0
This commit is contained in:
Fabian Affolter 2022-12-20 14:13:47 +01:00
parent bf0a4f5442
commit de7a7cfb64

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "gios";
version = "2.1.0";
version = "2.3.0";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "bieniu";
repo = pname;
rev = version;
hash = "sha256-WjuDsu0EA+KtErusw5VADyvleVegXHCTEkuQ1lU/SRU=";
hash = "sha256-/lAENP9wKZ+h2Iq2e9S7s7Naa0CTl/I2cwCxBEAwsrA=";
};
propagatedBuildInputs = [