3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #69778 from r-ryantm/auto-update/python3.7-django-silk

python37Packages.django_silk: 3.0.3 -> 3.0.4
This commit is contained in:
Mario Rodas 2019-09-28 02:01:18 -05:00 committed by GitHub
commit dc8748db6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "django-silk";
version = "3.0.3";
version = "3.0.4";
# pypi tarball doesn't include test project
src = fetchFromGitHub {
owner = "jazzband";
repo = "django-silk";
rev = version;
sha256 = "0j1r88zv7fvmlnrzr2h65czzdcpvl7n847ra1pfc52bfa4lf8b9j";
sha256 = "10542yvbchcy8hik2hw3jclb4ic89mxkw0sykag4bw9sv43xv7vx";
};
# "test_time_taken" tests aren't suitable for reproducible execution, but django's
# test runner doesn't have an easy way to ignore tests - so instead prevent it from picking