python37Packages.minidb: 2.0.3 -> 2.0.4
This commit is contained in:
parent
9737325bd1
commit
60b4c4095c
@ -5,14 +5,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "minidb";
|
pname = "minidb";
|
||||||
version = "2.0.3";
|
version = "2.0.4";
|
||||||
disabled = !isPy3k;
|
disabled = !isPy3k;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "thp";
|
owner = "thp";
|
||||||
repo = "minidb";
|
repo = "minidb";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0c6y3x957pc5sxkl34lymhkwpn4nlsfw07fcv4y9p2zdb7kjd1gc";
|
sha256 = "0i607rkfx0rkyllcx4vf3w2z0wxzs1gqigfw87q90pjrbbh2q4sb";
|
||||||
};
|
};
|
||||||
|
|
||||||
# module imports are incompatible with python2
|
# module imports are incompatible with python2
|
||||||
|
Loading…
Reference in New Issue
Block a user