Skip to content

Commit 0a96f90

Browse files
authored
python3Packages.datrie: 0.8.2 -> 0.8.3 (#438335)
2 parents 2e1fd81 + 81d4426 commit 0a96f90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

1212
buildPythonPackage rec {
1313
pname = "datrie";
14-
version = "0.8.2";
14+
version = "0.8.3";
1515
format = "pyproject";
1616

1717
src = fetchPypi {
1818
inherit pname version;
19-
hash = "sha256-UlsI9jjVz2EV32zNgY5aASmM0jCy2skcj/LmSZ0Ydl0=";
19+
hash = "sha256-6gIa1MiovxTginHHhypiKqOZpRD5gSloJQkcfKBDboA=";
2020
};
2121

2222
postPatch = ''

0 commit comments

Comments
 (0)