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

Commits on Nov 4, 2020

  1. papis: 0.10 -> 0.11.1

    r-ryantm committed Nov 4, 2020
    Copy the full SHA
    490b87f View commit details
  2. Merge pull request #102688 from r-ryantm/auto-update/papis

    papis: 0.10 -> 0.11.1
    marsam authored Nov 4, 2020
    Copy the full SHA
    9e23dce View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/python-modules/papis/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/papis/default.nix
Original file line number Diff line number Diff line change
@@ -11,15 +11,15 @@

buildPythonPackage rec {
pname = "papis";
version = "0.10";
version = "0.11.1";
disabled = !isPy3k;

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

propagatedBuildInputs = [