From 54a8cac5ca672001c4cae44aebdb40cdbbca9ed0 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 23 May 2025 22:15:28 +0200 Subject: [PATCH] python313Packages.python-bsblan: 1.2.1 -> 1.2.2 Diff: https://github.com/liudger/python-bsblan/compare/refs/tags/v1.2.1...refs/tags/v1.2.2 Changelog: https://github.com/liudger/python-bsblan/releases/tag/v1.2.2 --- pkgs/development/python-modules/python-bsblan/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/python-bsblan/default.nix b/pkgs/development/python-modules/python-bsblan/default.nix index bd508b0307f9..53967ac7a55d 100644 --- a/pkgs/development/python-modules/python-bsblan/default.nix +++ b/pkgs/development/python-modules/python-bsblan/default.nix @@ -20,7 +20,7 @@ buildPythonPackage rec { pname = "python-bsblan"; - version = "1.2.1"; + version = "1.2.2"; pyproject = true; disabled = pythonOlder "3.12"; @@ -29,7 +29,7 @@ buildPythonPackage rec { owner = "liudger"; repo = "python-bsblan"; tag = "v${version}"; - hash = "sha256-b+/Cy8F2xUsYOr8PGQxkdXD07pAECNmbeWbuysSAT2I="; + hash = "sha256-qzQP77bfV21g7DIdZfJCyv9FN/U6aQk9wWV9xPZFolk="; }; postPatch = ''