Merge pull request #54758 from r-ryantm/auto-update/nyx

nyx: 2.0.4 -> 2.1.0
This commit is contained in:
Silvan Mosberger 2019-01-29 21:56:29 +01:00 committed by GitHub
commit 346aff19e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,11 +4,11 @@ with pythonPackages;
buildPythonApplication rec {
pname = "nyx";
version = "2.0.4";
version = "2.1.0";
src = fetchPypi {
inherit pname version;
sha256 = "0pm7vfcqr02pzqz4b2f6sw5prxxmgqwr1912am42xmy2i53n7nrq";
sha256 = "02rrlllz2ci6i6cs3iddyfns7ang9a54jrlygd2jw1f9s6418ll8";
};
propagatedBuildInputs = [ stem ];