From b47cef454f9afd70ac4a5e9dfb851b7eafabc15e Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 31 Aug 2025 02:58:55 +0000 Subject: [PATCH] python3Packages.turrishw: 1.0.0 -> 1.1.0 --- pkgs/development/python-modules/turrishw/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/turrishw/default.nix b/pkgs/development/python-modules/turrishw/default.nix index 8f5378f6ef4e..ce949a2b680f 100644 --- a/pkgs/development/python-modules/turrishw/default.nix +++ b/pkgs/development/python-modules/turrishw/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "turrishw"; - version = "1.0.0"; + version = "1.1.0"; pyproject = true; disabled = pythonOlder "3.10"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "turris-cz"; repo = "turrishw"; tag = "v${version}"; - hash = "sha256-elu2f54asdzdn7wQT2CKo8kVYnc1KTakRyr8Nxu+XNw="; + hash = "sha256-LQ1ebcVQo7jixAKOPg/oNBnRU8AZebHANfDU4lamB8g="; }; build-system = [ hatchling ];