python3Packages.minidb: 2.0.4 -> 2.0.5

This commit is contained in:
Fabian Affolter 2021-07-08 19:00:46 +02:00 committed by Jonathan Ringer
parent 2ed84aa0f2
commit c6fe6e0d5c

View file

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