From 31cffc1edde308f007c83e8d3bf733253d4f87e4 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 24 Jun 2025 03:05:52 +0000 Subject: [PATCH] python3Packages.wcmatch: 10.0 -> 10.1 --- pkgs/development/python-modules/wcmatch/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/wcmatch/default.nix b/pkgs/development/python-modules/wcmatch/default.nix index 4faf5b1805ce..ede8d0ace1db 100644 --- a/pkgs/development/python-modules/wcmatch/default.nix +++ b/pkgs/development/python-modules/wcmatch/default.nix @@ -9,12 +9,12 @@ buildPythonPackage rec { pname = "wcmatch"; - version = "10.0"; + version = "10.1"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-5y8N4Ju6agTg3nCTewzwblXzbzez3rQi36+FS4Z7hAo="; + hash = "sha256-8R+UIIyMhIShb09IY4qF13HZUT9Ks/N1lZeIAcuUZa8="; }; nativeBuildInputs = [ hatchling ];