python37Packages.minidb: 2.0.2 -> 2.0.3

This commit is contained in:
R. RyanTM 2020-03-27 22:56:48 +00:00
parent 0bfd0187da
commit 181ab9ec0e

View File

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