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

Commits on Feb 28, 2019

  1. papis: 0.8.1 -> 0.8.2

    Robert Schütz committed Feb 28, 2019
    Copy the full SHA
    8a49511 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/misc/papis/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/misc/papis/default.nix
Original file line number Diff line number Diff line change
@@ -4,14 +4,14 @@

python3.pkgs.buildPythonApplication rec {
pname = "papis";
version = "0.8.1";
version = "0.8.2";

# Missing tests on Pypi
src = fetchFromGitHub {
owner = "papis";
repo = pname;
rev = "v${version}";
sha256 = "05l33fhp7iq5mv63mgn9mh2c4grr84szfgm5x0m2bh2mj8g1p8a7";
sha256 = "0sa4hpgjvqkjcmp9bjr27b5m5jg4pfspdc8nf1ny80sr0kzn72hb";
};

propagatedBuildInputs = with python3.pkgs; [