lol
0
fork

Configure Feed

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

python3Packages.mss: 10.0.0 -> 10.1.0

R. Ryantm d2b428af 72f5bfc3

+2 -2
+2 -2
pkgs/development/python-modules/mss/default.nix
··· 23 23 24 24 buildPythonPackage rec { 25 25 pname = "mss"; 26 - version = "10.0.0"; 26 + version = "10.1.0"; 27 27 pyproject = true; 28 28 29 29 disabled = pythonOlder "3.6"; 30 30 31 31 src = fetchPypi { 32 32 inherit pname version; 33 - hash = "sha256-2QPg1RJivw+HgoQc8W6qbX4+HxLq41q0HC4xiDfGY38="; 33 + hash = "sha256-cYK69+4WylaeKAQCi2q5vL9r5cRvwogIQPM7UTuctPg="; 34 34 }; 35 35 36 36 patches = lib.optionals stdenv.hostPlatform.isLinux [