Skip to content

Commit

Permalink
Merge pull request #65866 from jonringer/bump-python-boltons
Browse files Browse the repository at this point in the history
pythonPackages.boltons: 2019-01-07 -> 19.1.0
  • Loading branch information
marsam committed Aug 4, 2019
2 parents 32d359f + 1334118 commit c58defa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/boltons/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

buildPythonPackage rec {
pname = "boltons";
version = "2019-01-07";
version = "19.1.0";

# No tests in PyPi Tarball
src = fetchFromGitHub {
owner = "mahmoud";
repo = "boltons";
rev = "3584ac9399f227a2a11b74153140ee171fd49783";
sha256 = "13xngjw249sk4vmr5kqqnia0npw0kpa0gm020a4dqid0cjyvj0rv";
rev = version;
sha256 = "0b55wly0ksviyl3a4dmih9vzd7bj3p10gr6la4722cs9cx4128q5";
};

checkInputs = [ pytest ];
Expand Down

0 comments on commit c58defa

Please sign in to comment.