diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-05 17:41:26 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-05 18:47:09 +0100 |
commit | ab1019f165c627bce0f56343aba9bb166a0f56f4 (patch) | |
tree | f960fdb07a55c9d3518c3f1cefe841e71ce74cd8 /gnu/packages/tor.scm | |
parent | cc2c5c22b5b43824286eea87cb88cd9733d2a738 (diff) | |
download | patches-ab1019f165c627bce0f56343aba9bb166a0f56f4.tar patches-ab1019f165c627bce0f56343aba9bb166a0f56f4.tar.gz |
gnu: nyx: Update to 2.1.0.
* gnu/packages/tor.scm (nyx): Update to 2.1.0.
[source]: Remove patch.
* gnu/packages/patches/nyx-show-header-stats-with-python3.patch:
Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Diffstat (limited to 'gnu/packages/tor.scm')
-rw-r--r-- | gnu/packages/tor.scm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm index 5278bbb43b..db3e1451e9 100644 --- a/gnu/packages/tor.scm +++ b/gnu/packages/tor.scm @@ -222,16 +222,14 @@ from you.") (define-public nyx (package (name "nyx") - (version "2.0.4") + (version "2.1.0") (source (origin (method url-fetch) (uri (pypi-uri name version)) - (patches - (search-patches "nyx-show-header-stats-with-python3.patch")) (sha256 (base32 - "0pm7vfcqr02pzqz4b2f6sw5prxxmgqwr1912am42xmy2i53n7nrq")))) + "02rrlllz2ci6i6cs3iddyfns7ang9a54jrlygd2jw1f9s6418ll8")))) (build-system python-build-system) (inputs `(("python-stem" ,python-stem))) |