Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 300fbd8022f9
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dc8748db6b34
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 28, 2019

  1. 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
    r-ryantm committed Sep 28, 2019
    Copy the full SHA
    a65a72f View commit details
  2. Merge pull request #69778 from r-ryantm/auto-update/python3.7-django-…

    …silk
    
    python37Packages.django_silk: 3.0.3 -> 3.0.4
    marsam authored Sep 28, 2019
    Copy the full SHA
    dc8748d View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/python-modules/django_silk/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/django_silk/default.nix
Original file line number Diff line number Diff line change
@@ -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