python3Packages.turrishw: 1.0.0 -> 1.1.0

R. Ryantm b47cef45 b536f7a9

Changed files
+2 -2
pkgs
development
python-modules
turrishw
+2 -2
pkgs/development/python-modules/turrishw/default.nix
···
buildPythonPackage rec {
pname = "turrishw";
-
version = "1.0.0";
pyproject = true;
disabled = pythonOlder "3.10";
···
owner = "turris-cz";
repo = "turrishw";
tag = "v${version}";
-
hash = "sha256-elu2f54asdzdn7wQT2CKo8kVYnc1KTakRyr8Nxu+XNw=";
};
build-system = [ hatchling ];
···
buildPythonPackage rec {
pname = "turrishw";
+
version = "1.1.0";
pyproject = true;
disabled = pythonOlder "3.10";
···
owner = "turris-cz";
repo = "turrishw";
tag = "v${version}";
+
hash = "sha256-LQ1ebcVQo7jixAKOPg/oNBnRU8AZebHANfDU4lamB8g=";
};
build-system = [ hatchling ];