freezegun: 0.3.5 -> 0.3.8

This commit is contained in:
Johannes Bornhold 2017-02-20 21:35:28 +01:00 committed by Frederik Rietdijk
parent c8301a813b
commit e6f50214ed

View file

@ -24689,11 +24689,11 @@ in {
freezegun = buildPythonPackage rec {
name = "freezegun-${version}";
version = "0.3.5";
version = "0.3.8";
src = pkgs.fetchurl {
url = "mirror://pypi/f/freezegun/freezegun-${version}.tar.gz";
sha256 = "02ly89wwn0plcw8clkkzvxaw6zlpm8qyqpm9x2mfw4a0vppb4ngf";
sha256 = "1sf38d3ibv1jhhvr52x7dhrsiyqk1hm165dfv8w8wh0fhmgxg151";
};
propagatedBuildInputs = with self; [
@ -24704,6 +24704,7 @@ in {
meta = with stdenv.lib; {
description = "FreezeGun: Let your Python tests travel through time";
homepage = "https://github.com/spulec/freezegun";
license = licenses.asl20;
};
};