From 5707baa96201714bbc532b6d9ee7b9316b58f828 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 10 Mar 2025 15:07:17 +0100 Subject: [PATCH] python313Packages.velbus-aio: 2025.1.1 -> 2025.3.0 Diff: https://github.com/Cereal2nd/velbus-aio/compare/refs/tags/2025.1.1...2025.3.0 Changelog: https://github.com/Cereal2nd/velbus-aio/releases/tag/2025.3.0 --- pkgs/development/python-modules/velbus-aio/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/velbus-aio/default.nix b/pkgs/development/python-modules/velbus-aio/default.nix index 848b8331010f..661c71ab73a7 100644 --- a/pkgs/development/python-modules/velbus-aio/default.nix +++ b/pkgs/development/python-modules/velbus-aio/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "velbus-aio"; - version = "2025.1.1"; + version = "2025.3.0"; pyproject = true; disabled = pythonOlder "3.7"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "Cereal2nd"; repo = "velbus-aio"; tag = version; - hash = "sha256-r6j2C+x7BX7EOFdrQ/N5/NRjHFgyxiQlq/cXnnCg73s="; + hash = "sha256-hcVKJq+3cnhHtYc27lAj92CHzW3woCxU9dJ5lvj5Kgc="; fetchSubmodules = true; };