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

Commits on Jan 22, 2020

  1. Copy the full SHA
    b14de67 View commit details
  2. Merge pull request #78283 from r-ryantm/auto-update/python2.7-apprise

    python27Packages.apprise: 0.8.2 -> 0.8.3
    marsam authored Jan 22, 2020
    Copy the full SHA
    4d7faaa View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/python-modules/apprise/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/apprise/default.nix
Original file line number Diff line number Diff line change
@@ -5,11 +5,11 @@

buildPythonPackage rec {
pname = "apprise";
version = "0.8.2";
version = "0.8.3";

src = fetchPypi {
inherit pname version;
sha256 = "0m0pddqrpfm526f0fyzzjpcp7hi3d6pj0bgk2vl004lkas4li1hw";
sha256 = "1j925g7x0j8fzns431360myr8844swb8mb78wacw2vlj6x1c558c";
};

nativeBuildInputs = [ Babel ];