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: 836bf060afda
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 764083692531
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 28, 2021

  1. Verified

    This commit was signed with the committer’s verified signature.
    eadwu Edmund Wu
    Copy the full SHA
    61cf939 View commit details

Commits on Jan 29, 2021

  1. Merge pull request #110988 from r-ryantm/auto-update/python3.7-django…

    …-anymail
    
    python37Packages.django-anymail: 8.1 -> 8.2
    marsam authored Jan 29, 2021

    Verified

    This commit was signed with the committer’s verified signature.
    eadwu Edmund Wu
    Copy the full SHA
    7640836 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/python-modules/django-anymail/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/django-anymail/default.nix
Original file line number Diff line number Diff line change
@@ -12,13 +12,13 @@

buildPythonPackage rec {
pname = "django-anymail";
version = "8.1";
version = "8.2";

src = fetchFromGitHub {
owner = "anymail";
repo = pname;
rev = "v${version}";
sha256 = "1v8ayd3nh7pna9lg0pzwgwmvmzzh2g1kxsy7i6mka0hi52g1xvz5";
sha256 = "0zd4w707az36pp8wimlz6sfxwy9w190qp93brl78pva3rhnx5p97";
};

propagatedBuildInputs = [