python37Packages.minidb: 2.0.2 -> 2.0.3
This commit is contained in:
parent
0bfd0187da
commit
181ab9ec0e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user