python37Packages.minidb: 2.0.3 -> 2.0.4

This commit is contained in:
R. RyanTM 2020-05-23 18:02:28 +00:00 committed by Jon
parent 9737325bd1
commit 60b4c4095c

View file

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