lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.snowballstemmer: 2.1.0 -> 2.2.0

+2 -2
+2 -2
pkgs/development/python-modules/snowballstemmer/default.nix
··· 2 2 3 3 buildPythonPackage rec { 4 4 pname = "snowballstemmer"; 5 - version = "2.1.0"; 5 + version = "2.2.0"; 6 6 7 7 src = fetchPypi { 8 8 inherit pname version; 9 - sha256 = "e997baa4f2e9139951b6f4c631bad912dfd3c792467e2f03d7239464af90e914"; 9 + sha256 = "09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1"; 10 10 }; 11 11 12 12 # No tests included