Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python37Packages.django_silk: 3.0.3 -> 3.0.4

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-django-silk/versions

+2 -2
+2 -2
pkgs/development/python-modules/django_silk/default.nix
··· 23 23 24 24 buildPythonPackage rec { 25 25 pname = "django-silk"; 26 - version = "3.0.3"; 26 + version = "3.0.4"; 27 27 28 28 # pypi tarball doesn't include test project 29 29 src = fetchFromGitHub { 30 30 owner = "jazzband"; 31 31 repo = "django-silk"; 32 32 rev = version; 33 - sha256 = "0j1r88zv7fvmlnrzr2h65czzdcpvl7n847ra1pfc52bfa4lf8b9j"; 33 + sha256 = "10542yvbchcy8hik2hw3jclb4ic89mxkw0sykag4bw9sv43xv7vx"; 34 34 }; 35 35 # "test_time_taken" tests aren't suitable for reproducible execution, but django's 36 36 # test runner doesn't have an easy way to ignore tests - so instead prevent it from picking