From 25b21e97209b33788cd3f294e26d7aee87c24d73 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 28 Oct 2023 10:08:53 +0200 Subject: [PATCH] python311Packages.velbus-aio: 2023.10.1 -> 2023.10.2 Diff: https://github.com/Cereal2nd/velbus-aio/compare/refs/tags/2023.10.1...2023.10.2 Changelog: https://github.com/Cereal2nd/velbus-aio/releases/tag/2023.10.2 --- 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 0b06bf91548d..6a7fd953c423 100644 --- a/pkgs/development/python-modules/velbus-aio/default.nix +++ b/pkgs/development/python-modules/velbus-aio/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "velbus-aio"; - version = "2023.10.1"; + version = "2023.10.2"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "Cereal2nd"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-v2B+tDqvQTm+K+cvTRM8LnfaFp5CTsI8/B5clBDNE08="; + hash = "sha256-qRKVjiRrRg1YwwYCSp6KGvaS7QnYLIW5rum3X7vEANM="; fetchSubmodules = true; };