Unverified Commit 05828ad7 authored by dish's avatar dish Committed by GitHub
Browse files

python3Packages.mss: 10.0.0 -> 10.1.0 (#434869)

parents 612dc159 d2b428af
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,14 +23,14 @@

buildPythonPackage rec {
  pname = "mss";
  version = "10.0.0";
  version = "10.1.0";
  pyproject = true;

  disabled = pythonOlder "3.6";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-2QPg1RJivw+HgoQc8W6qbX4+HxLq41q0HC4xiDfGY38=";
    hash = "sha256-cYK69+4WylaeKAQCi2q5vL9r5cRvwogIQPM7UTuctPg=";
  };

  patches = lib.optionals stdenv.hostPlatform.isLinux [