lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.minidb: 2.0.4 -> 2.0.5

authored by

Fabian Affolter and committed by
Jonathan Ringer
c6fe6e0d 2ed84aa0

+2 -2
+2 -2
pkgs/development/python-modules/minidb/default.nix
··· 5 5 6 6 buildPythonPackage rec { 7 7 pname = "minidb"; 8 - version = "2.0.4"; 8 + version = "2.0.5"; 9 9 disabled = !isPy3k; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "thp"; 13 13 repo = "minidb"; 14 14 rev = version; 15 - sha256 = "0i607rkfx0rkyllcx4vf3w2z0wxzs1gqigfw87q90pjrbbh2q4sb"; 15 + sha256 = "sha256-aUXsp0E89OxCgTaz7MpKmqTHZfnjDcyHa8Ckzof9rfg="; 16 16 }; 17 17 18 18 # module imports are incompatible with python2