python27Packages.boltons: 19.3.0 -> 20.0.0

This commit is contained in:
R. RyanTM 2020-01-22 11:47:42 +00:00 committed by Jon
parent 969bbb976a
commit 34719fa2c7

View File

@ -2,14 +2,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "boltons"; pname = "boltons";
version = "19.3.0"; version = "20.0.0";
# No tests in PyPi Tarball # No tests in PyPi Tarball
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mahmoud"; owner = "mahmoud";
repo = "boltons"; repo = "boltons";
rev = version; rev = version;
sha256 = "0pgqr2hf7lxag8nc8wnh8hpp8fd2lxccq9h0bb8lb9x8npnzhnbn"; sha256 = "0scdslqi28b899i42m4c9pvhwv3kkw4wpi3n9zm5n64ggn5ngfbz";
}; };
checkInputs = [ pytest ]; checkInputs = [ pytest ];