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

Commits on May 9, 2018

  1. twine: update 1.9.1 -> 1.11.0

    mmlb committed May 9, 2018
    Copy the full SHA
    444d43d View commit details
  2. Merge pull request #40203 from mmlb/update-twine

    twine: update 1.9.1 -> 1.11.0
    FRidh authored May 9, 2018
    Copy the full SHA
    c3e9692 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/python-modules/twine/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/twine/default.nix
Original file line number Diff line number Diff line change
@@ -10,12 +10,12 @@

buildPythonPackage rec {
pname = "twine";
version = "1.9.1";
version = "1.11.0";
name = "${pname}-${version}";

src = fetchPypi {
inherit pname version;
sha256 = "caa45b7987fc96321258cd7668e3be2ff34064f5c66d2d975b641adca659c1ab";
sha256 = "09cz9v63f8mrs4znbjapjj2z3wdfryq8q364zm0wzjhbzzcs9n9g";
};

propagatedBuildInputs = [ pkginfo requests requests_toolbelt tqdm pyblake2 ];