Merge pull request #83539 from r-ryantm/auto-update/python3.7-minidb

python37Packages.minidb: 2.0.2 -> 2.0.3
This commit is contained in:
Mario Rodas 2020-03-27 22:23:07 -05:00 committed by GitHub
commit 9b315680d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,14 +5,14 @@
buildPythonPackage rec {
pname = "minidb";
version = "2.0.2";
version = "2.0.3";
disabled = !isPy3k;
src = fetchFromGitHub {
owner = "thp";
repo = "minidb";
rev = version;
sha256 = "14y5vf8vhgviczhzy9h3xv99fjvrg975nz4w1fj5c1jv37da1lq3";
sha256 = "0c6y3x957pc5sxkl34lymhkwpn4nlsfw07fcv4y9p2zdb7kjd1gc";
};
# module imports are incompatible with python2