python312Packages.mss: 9.0.2 -> 10.0.0 (#359644)
https://github.com/BoboTiG/python-mss/blob/v10.0.0/CHANGELOG.md?rgh-link-date=2024-11-27T18%3A33%3A05Z
This commit is contained in:
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 [
|
||||
|
Loading…
Reference in New Issue
Block a user