From 74fc212df690cafced2496e801a84069d353e24c Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 29 Jun 2025 05:38:10 +0000 Subject: [PATCH] python3Packages.anyascii: 0.3.2 -> 0.3.3 --- pkgs/development/python-modules/anyascii/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/anyascii/default.nix b/pkgs/development/python-modules/anyascii/default.nix index 6cd446695917..9304eec42f13 100644 --- a/pkgs/development/python-modules/anyascii/default.nix +++ b/pkgs/development/python-modules/anyascii/default.nix @@ -7,12 +7,12 @@ buildPythonPackage rec { pname = "anyascii"; - version = "0.3.2"; + version = "0.3.3"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-nV0y74RP4iW4vHy6f5UFNPrk2iepvzpr6iyw6kbORzA="; + hash = "sha256-yU6d2dR7PZSU7KMF/vlEfQC0vxoyr/hap0b6Psf7lcM="; }; nativeCheckInputs = [ pytestCheckHook ];