Skip to content

Commit 115c6e1

Browse files
committed
1 parent 73a808c commit 115c6e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/python-modules/pathspec/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414

1515
buildPythonPackage rec {
1616
pname = "pathspec";
17-
version = "0.12.1";
17+
version = "1.0.4";
1818
pyproject = true;
1919

2020
src = fetchPypi {
2121
inherit pname version;
22-
hash = "sha256-pILVFQOhqzOxxnpsOBOiaVPb3HHDHayu+ag4xOKfVxI=";
22+
hash = "sha256-AhDiroohqRN8DUcFeMsOWVr4ftqm6/Ev8XbxSgLg5kU=";
2323
};
2424

2525
nativeBuildInputs = [ flit-core ];

0 commit comments

Comments
 (0)