Skip to content

Commit

Permalink
Merge pull request #104808 from SuperSandro2000/auto-update/python3.7…
Browse files Browse the repository at this point in the history
…-mss

python3Packages.mss: 6.0.0 -> 6.1.0
  • Loading branch information
SuperSandro2000 committed Nov 24, 2020
2 parents 77c8533 + 3873438 commit 0188a58
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pkgs/development/python-modules/mss/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@

buildPythonPackage rec {
pname = "mss";
version = "6.0.0";
version = "6.1.0";
disabled = !isPy3k;

src = fetchPypi {
inherit pname version;
sha256 = "0dicp55adbqxb7hqlck95hngb1klv5s26lszw3xim30k18bwqaxl";
sha256 = "aebd069f3e05667fe9c7b9fa4b1771fe42a4710ce1058ce0236936ce06fa5394";
};

propagatedBuildInputs = [ ];

# By default it attempts to build Windows-only functionality
prePatch = ''
rm mss/windows.py
Expand All @@ -22,7 +20,7 @@ buildPythonPackage rec {

meta = with lib; {
description = "Cross-platform multiple screenshots module in pure Python";
homepage = "https://github.com/BoboTiG/mss/";
homepage = "https://github.com/BoboTiG/python-mss";
license = licenses.mit;
maintainers = with maintainers; [ austinbutler ];
};
Expand Down

0 comments on commit 0188a58

Please sign in to comment.