From fa1ad4bf50d968351bd9d8b46db122c26a19b00a Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 25 Aug 2026 01:24:06 +0200 Subject: [PATCH] python3Packages.autoit-ripper: 1.1.2 -> 1.2.0 https://github.com/nazywam/AutoIt-Ripper/releases/tag/v1.2.0 This commit was automatically generated using update-python-libraries. --- pkgs/development/python-modules/autoit-ripper/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/autoit-ripper/default.nix b/pkgs/development/python-modules/autoit-ripper/default.nix index da254db70d1f..24478f359cbf 100644 --- a/pkgs/development/python-modules/autoit-ripper/default.nix +++ b/pkgs/development/python-modules/autoit-ripper/default.nix @@ -8,12 +8,12 @@ buildPythonPackage rec { pname = "autoit-ripper"; - version = "1.1.2"; + version = "1.2.0"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-+BHWDkeVewoRUgaHln5TyoajpCvJiowCiC2dFYyp1MA="; + hash = "sha256-IOnDiCDbFDpPl24qFloEME/b0qHPGrJgef3kC61wpHk="; }; nativeBuildInputs = [ setuptools ];