python3Packages.eliot: 1.13.0 -> 1.14.0

This commit is contained in:
Jonathan Ringer 2021-11-25 14:46:45 -08:00
parent b3d7c394ad
commit 1051f3798e
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -15,12 +15,12 @@
buildPythonPackage rec {
pname = "eliot";
version = "1.13.0";
version = "1.14.0";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "5760194b308a7ab35514ae1b942d88e9f2359071556d82580383f09ca586fff7";
sha256 = "c2f099a3e8d5ecfc22745766e7cc664a48db64b6b89d986dff270491d8683149";
};
checkInputs = [