From 1556bbeeafd4da1318b73b8ae91edd821b006660 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 8 Sep 2025 20:23:21 +0000 Subject: [PATCH] python3Packages.aioapcaccess: 0.5.0 -> 1.0.0 --- pkgs/development/python-modules/aioapcaccess/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aioapcaccess/default.nix b/pkgs/development/python-modules/aioapcaccess/default.nix index 0b08769534ee..b9bf3e6f059b 100644 --- a/pkgs/development/python-modules/aioapcaccess/default.nix +++ b/pkgs/development/python-modules/aioapcaccess/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "aioapcaccess"; - version = "0.5.0"; + version = "1.0.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "yuxincs"; repo = "aioapcaccess"; tag = "v${version}"; - hash = "sha256-nI8hfHfSLMOKPcG5idYqqa/msJuR/Xt+JmgzdftlN28="; + hash = "sha256-gCi0vo4w3jr4w5neQS9v821rdfE+SqnUkrOrEQUET7E="; }; nativeBuildInputs = [