Skip to content

Commit f530198

Browse files
authored
python312Packages.semchunk: 3.1.2 -> 3.1.3 (#391016)
2 parents f129577 + 3a386d3 commit f530198

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

1010
buildPythonPackage rec {
1111
pname = "semchunk";
12-
version = "3.1.2";
12+
version = "3.1.3";
1313
pyproject = true;
1414

1515
src = fetchPypi {
1616
inherit pname version;
17-
hash = "sha256-JF/7/sj/IJ6gwtTIQ1BCb6jUYKJaRgzB7Y7rNrtjKVw=";
17+
hash = "sha256-PKFv8EFHdRE2VEnd88h+LOhKrv8p9X5sH9kKawXqdsY=";
1818
};
1919

2020
build-system = [

0 commit comments

Comments
 (0)