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

Commits on Oct 26, 2018

  1. pipenv: 2018.10.9 -> 2018.10.13

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/pipenv/versions
    r-ryantm committed Oct 26, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    zimbatm Jonas Chevalier
    Copy the full SHA
    7e825f5 View commit details

Commits on Oct 27, 2018

  1. Merge pull request #49196 from r-ryantm/auto-update/pipenv

    pipenv: 2018.10.9 -> 2018.10.13
    adisbladis authored Oct 27, 2018
    Copy the full SHA
    58d2f6f View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/tools/pipenv/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/tools/pipenv/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@
with python3Packages; buildPythonApplication rec {
name = "${pname}-${version}";
pname = "pipenv";
version = "2018.10.9";
version = "2018.10.13";

src = fetchPypi {
inherit pname version;
sha256 = "0b0safavjxq6malmv44acmgds21m2sp1wqa7gs0qz621v6gcgq4j";
sha256 = "0qwflq00rwk3pnldndb30f3avnbi4hvv6c8mm6l5xxnxy9dj71d7";
};

LC_ALL = "en_US.UTF-8";