python27Packages.boltons: 20.1.0 -> 20.2.0

This commit is contained in:
R. RyanTM 2020-07-06 03:18:34 +00:00 committed by Jon
parent 9ddd8489b5
commit 99c1276ce2

View File

@ -2,14 +2,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "boltons"; pname = "boltons";
version = "20.1.0"; version = "20.2.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 = "0mbxc2n10mlmpbwhg0byddl1i0s6rlrr6z9xm8zzmkv62136irqh"; sha256 = "08rd6av8dp5n1vz6nybmayl1mfsmj66cskiaybfshcgix29ca803";
}; };
checkInputs = [ pytest ]; checkInputs = [ pytest ];