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: daac44f01ae8
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d852d58e801d
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Oct 5, 2019

  1. alot: 0.8 -> 0.8.1

    oxzi authored and Matthieu Coudron committed Oct 5, 2019
    Copy the full SHA
    d852d58 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/development/python-modules/alot/default.nix
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/alot/default.nix
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@

buildPythonPackage rec {
pname = "alot";
version = "0.8";
version = "0.8.1";
outputs = [ "out" ] ++ lib.optional withManpage "man";

disabled = !isPy3k;
@@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "pazz";
repo = "alot";
rev = version;
sha256 = "1isn0p0i2a7dlbrdk5ib01xa1wgi6bi9ka4xl4vj8iw1q4i5fqv9";
sha256 = "1gzis6w45d860mr2qbmjhnbrhy6d9xwhw27wpmvs56vndafvv9d3";
};

nativeBuildInputs = lib.optional withManpage sphinx;
@@ -57,6 +57,6 @@ buildPythonPackage rec {
description = "Terminal MUA using notmuch mail";
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ geistesk ];
};
}