Merge pull request #75212 from r-ryantm/auto-update/flent

flent: 1.3.0 -> 1.3.2
This commit is contained in:
Mario Rodas 2019-12-08 06:12:43 -05:00 committed by GitHub
commit f05a2e1d30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,10 +3,10 @@
buildPythonApplication rec {
pname = "flent";
version = "1.3.0";
version = "1.3.2";
src = fetchPypi {
inherit pname version;
sha256 = "099779i0ghjd9ikq77z6m6scnlmk946lw9issrgz8zm7babiw4d7";
sha256 = "1k265xxxjld6q38m9lsgy7p0j70qp9a49vh9zg0njbi4i21lxq23";
};
buildInputs = [ sphinx ];