From 2f6c9f718e6f0417ab9f5209170eb118f30d163c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 5 Feb 2025 09:18:16 +0100 Subject: [PATCH] python313Packages.ismartgate: 5.0.1 -> 5.0.2 Diff: https://github.com/bdraco/ismartgate/compare/refs/tags/v5.0.1...v5.0.2 Changelog: https://github.com/bdraco/ismartgate/releases/tag/v5.0.2 --- pkgs/development/python-modules/ismartgate/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/ismartgate/default.nix b/pkgs/development/python-modules/ismartgate/default.nix index 3f0c266773d3..4b879add51e1 100644 --- a/pkgs/development/python-modules/ismartgate/default.nix +++ b/pkgs/development/python-modules/ismartgate/default.nix @@ -17,7 +17,7 @@ buildPythonPackage rec { pname = "ismartgate"; - version = "5.0.1"; + version = "5.0.2"; format = "setuptools"; disabled = pythonOlder "3.8"; @@ -26,7 +26,7 @@ buildPythonPackage rec { owner = "bdraco"; repo = pname; tag = "v${version}"; - hash = "sha256-mfiHoli0ldw/E1SrtOBpDO8ZTC0wTeaoSZ2nPnx5EaQ="; + hash = "sha256-8c05zzDav87gTL2CI7Aoi6ALwLw76H9xj+90xH31hdE="; }; postPatch = ''