Merge pull request #135480 from fabaff/bump-pymyq

python3Packages.pymyq: 3.1.2 -> 3.1.3
This commit is contained in:
Sandro 2021-08-24 22:48:10 +02:00 committed by GitHub
commit cd398631fe
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.1.2";
version = "3.1.3";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "arraylabs";
repo = pname;
rev = "v${version}";
sha256 = "sha256-DvwnbZa1/Y08rrxdXgffkjaGAVdRkPmYCD+Xkv0h7OE=";
sha256 = "sha256-V2u2wUSPwiF6o6OWhQVKiHtzhn0/rzyM6e2+a+D7UNA=";
};
propagatedBuildInputs = [