R. RyanTM
2024-11-29 03:09:04 +01:00
committed by GitHub
parent 5aa819d0e0
commit 39a078a3ef
@@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "mss";
version = "9.0.2";
version = "10.0.0";
pyproject = true;
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-yWpOxzIk2n2yK8B+88+qGPi4aQDRhy4pETu87wCToh4=";
hash = "sha256-2QPg1RJivw+HgoQc8W6qbX4+HxLq41q0HC4xiDfGY38=";
};
patches = lib.optionals stdenv.hostPlatform.isLinux [