From 6e4197d56e23ca6ec7e8c75cc0c8b243b36f1a68 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 30 Dec 2025 21:32:22 +0100 Subject: [PATCH] python313Packages.aiotractive: 0.6.0 -> 0.7.0 Diff: https://github.com/zhulik/aiotractive/compare/v0.6.0...v0.7.0 Changelog: https://github.com/zhulik/aiotractive/releases/tag/v0.7.0 --- pkgs/development/python-modules/aiotractive/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aiotractive/default.nix b/pkgs/development/python-modules/aiotractive/default.nix index b9360af17aed..c0657a3f6b7f 100644 --- a/pkgs/development/python-modules/aiotractive/default.nix +++ b/pkgs/development/python-modules/aiotractive/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "aiotractive"; - version = "0.6.0"; + version = "0.7.0"; pyproject = true; disabled = pythonOlder "3.7"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "zhulik"; repo = "aiotractive"; tag = "v${version}"; - hash = "sha256-QwwW/UxRgd4rco80SqQUGt0ArDNT9MXa/U/W2/dHZT0="; + hash = "sha256-tdeRl3fY+OPlLnh/KixdKSy6WLIH/qQR3icoUkKGeGo="; }; nativeBuildInputs = [ setuptools ];