From a435f15dc7d6eadc6ed8b22a142cad7dc7eb80ed Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 16 Apr 2025 10:21:18 +0200 Subject: [PATCH] python312Packages.py-tes: 1.1.0 -> 1.1.2 Diff: https://github.com/ohsu-comp-bio/py-tes/compare/refs/tags/1.1.0...refs/tags/1.1.2 Changelog: https://github.com/ohsu-comp-bio/py-tes/releases/tag/1.1.2 --- pkgs/development/python-modules/py-tes/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/py-tes/default.nix b/pkgs/development/python-modules/py-tes/default.nix index eaa25960948e..4429a8816794 100644 --- a/pkgs/development/python-modules/py-tes/default.nix +++ b/pkgs/development/python-modules/py-tes/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "py-tes"; - version = "1.1.0"; + version = "1.1.2"; pyproject = true; disabled = pythonOlder "3.7"; @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "ohsu-comp-bio"; repo = "py-tes"; tag = version; - hash = "sha256-PP6l9HITC8JDOUVwf+S5tDOZDIFST9Uz+ttG0xJwrB0="; + hash = "sha256-hZF4koc/nZ8rBYKfhIQCLtn4DKiljJrSBgkKX8bMoQ0="; }; build-system = [ setuptools ];