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

Commits on Nov 3, 2020

  1. nvchecker: 2.1 -> 2.2

    marsam committed Nov 3, 2020

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    1c9458a View commit details

Commits on Nov 4, 2020

  1. Merge pull request #102697 from marsam/update-nvchecker

    nvchecker: 2.1 -> 2.2
    marsam authored Nov 4, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    vcunat Vladimír Čunát
    Copy the full SHA
    4977181 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/python-modules/nvchecker/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/nvchecker/default.nix
Original file line number Diff line number Diff line change
@@ -19,14 +19,14 @@

buildPythonPackage rec {
pname = "nvchecker";
version = "2.1";
version = "2.2";

# Tests not included in PyPI tarball
src = fetchFromGitHub {
owner = "lilydjwg";
repo = pname;
rev = "v${version}";
sha256 = "0zf9vhf8ka0v1mf1xhbvkc2nr54m0rkiw1i68ps4sgx2mdj6qrfk";
sha256 = "0b17pikqyxcsid69lwnjl44n8z46ydjmxxdnbzasfdl7r83l7ijr";
};

nativeBuildInputs = [ installShellFiles docutils ];