3
0
Fork 0
forked from mirrors/nixpkgs

python38Packages.wcmatch: 8.2 -> 8.3

This commit is contained in:
R. Ryantm 2021-11-15 11:30:06 +00:00
parent 53a68253d7
commit 4f0724e090

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "wcmatch";
version = "8.2";
version = "8.3";
src = fetchPypi {
inherit pname version;
sha256 = "4d54ddb506c90b5a5bba3a96a1cfb0bb07127909e19046a71d689ddfb18c3617";
sha256 = "371072912398af61d1e4e78609e18801c6faecd3cb36c54c82556a60abc965db";
};
propagatedBuildInputs = [ bracex ];