Merge pull request #92409 from r-ryantm/auto-update/python2.7-boolean.py

python27Packages.boolean-py: 3.7 -> 3.8
This commit is contained in:
Lancelot SIX 2020-07-06 10:11:52 +01:00 committed by GitHub
commit 68f4cae3d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,13 +3,13 @@
buildPythonPackage rec {
pname = "boolean.py";
version = "3.7";
version = "3.8";
src = fetchFromGitHub {
owner = "bastikr";
repo = "boolean.py";
rev = "v${version}";
sha256 = "1q9ji2jq07qr6vgp9yv6y8lx6h0zyi07fqjga3yi3vpfk46h2jn1";
sha256 = "02jznrfrihhk69ai1vnh26s3rshl4kfc2id7li6xccavc2ws5y3b";
};
meta = with lib; {