python3Packages.wcmatch: 10.0 -> 10.1

This commit is contained in:
R. Ryantm
2025-06-24 03:05:52 +00:00
parent d079709547
commit 31cffc1edd
@@ -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 ];