lol

python312Packages.py-tes: 1.1.0 -> 1.1.2 (#399127)

authored by

Fabian Affolter and committed by
GitHub
b8989bba 68fb9e69

+2 -2
+2 -2
pkgs/development/python-modules/py-tes/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "py-tes"; 18 - version = "1.1.0"; 18 + version = "1.1.2"; 19 19 pyproject = true; 20 20 21 21 disabled = pythonOlder "3.7"; ··· 24 24 owner = "ohsu-comp-bio"; 25 25 repo = "py-tes"; 26 26 tag = version; 27 - hash = "sha256-PP6l9HITC8JDOUVwf+S5tDOZDIFST9Uz+ttG0xJwrB0="; 27 + hash = "sha256-hZF4koc/nZ8rBYKfhIQCLtn4DKiljJrSBgkKX8bMoQ0="; 28 28 }; 29 29 30 30 build-system = [ setuptools ];