Merge pull request #133383 from fabaff/bump-pymyq

python3Packages.pymyq: 3.0.4 -> 3.1.0
This commit is contained in:
Sandro 2021-08-10 23:06:47 +02:00 committed by GitHub
commit 86498b37b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "pymyq";
version = "3.0.4";
version = "3.1.0";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "arraylabs";
repo = pname;
rev = "v${version}";
sha256 = "sha256-jeoFlLBjD81Bt6E75rk4U1Ach53KGy23QGx+A6X2rpg=";
sha256 = "0nrsivgd3andlq9c0p72x06mz1s4ihhibbphccrm5v1fmbzj09zp";
};
propagatedBuildInputs = [
@ -27,6 +27,7 @@ buildPythonPackage rec {
# Project has no tests
doCheck = false;
pythonImportsCheck = [ "pymyq" ];
meta = with lib; {