lol
0
fork

Configure Feed

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

python38Packages.WSME: 0.10.1 -> 0.11.0

+2 -2
+2 -2
pkgs/development/python-modules/WSME/default.nix
··· 22 22 23 23 buildPythonPackage rec { 24 24 pname = "WSME"; 25 - version = "0.10.1"; 25 + version = "0.11.0"; 26 26 27 27 disabled = pythonAtLeast "3.9"; 28 28 29 29 src = fetchPypi { 30 30 inherit pname version; 31 - sha256 = "34209b623635a905bcdbc654f53ac814d038da65e4c2bc070ea1745021984079"; 31 + sha256 = "bd2dfc715bedcc8f4649611bc0c8a238f483dc01cff7102bc1efa6bea207b64b"; 32 32 }; 33 33 34 34 nativeBuildInputs = [ pbr ];