python3Packages.screeninfo: 0.6.5 -> 0.6.6
This commit is contained in:
parent
590c5949e2
commit
eb913190d3
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "screeninfo";
|
pname = "screeninfo";
|
||||||
version = "0.6.5";
|
version = "0.6.6";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0vcw54crdgmbzwlrfg80kd1a8p9i10yks8k0szzi0k5q80zhp8xz";
|
sha256 = "c93fcc3c9421cc2046e57468241c4c08c0c6cffd0e05a85cb0b18de8fe8b026f";
|
||||||
};
|
};
|
||||||
|
|
||||||
# dataclasses is a compatibility shim for python 3.6 ONLY
|
# dataclasses is a compatibility shim for python 3.6 ONLY
|
||||||
|
Loading…
x
Reference in New Issue
Block a user