Merge pull request #65866 from jonringer/bump-python-boltons

pythonPackages.boltons: 2019-01-07 -> 19.1.0
This commit is contained in:
Mario Rodas 2019-08-04 09:16:13 -05:00 committed by GitHub
commit c58defaff1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,14 +2,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "boltons"; pname = "boltons";
version = "2019-01-07"; version = "19.1.0";
# No tests in PyPi Tarball # No tests in PyPi Tarball
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mahmoud"; owner = "mahmoud";
repo = "boltons"; repo = "boltons";
rev = "3584ac9399f227a2a11b74153140ee171fd49783"; rev = version;
sha256 = "13xngjw249sk4vmr5kqqnia0npw0kpa0gm020a4dqid0cjyvj0rv"; sha256 = "0b55wly0ksviyl3a4dmih9vzd7bj3p10gr6la4722cs9cx4128q5";
}; };
checkInputs = [ pytest ]; checkInputs = [ pytest ];