summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Zmick <dpzmick@gmail.com>2022-12-06 13:03:46 -0600
committerGitHub <noreply@github.com>2022-12-06 12:03:46 -0700
commit99f209019e29ffdf185cdaf16aadc203cf7eb1c2 (patch)
tree32f90e7e5774f1a0e2414d37df0d067a2cecfe52
parentc11a4e0ad3478a8267c60792ece773e6fae83274 (diff)
downloadspack-99f209019e29ffdf185cdaf16aadc203cf7eb1c2.tar.gz
spack-99f209019e29ffdf185cdaf16aadc203cf7eb1c2.tar.bz2
spack-99f209019e29ffdf185cdaf16aadc203cf7eb1c2.tar.xz
spack-99f209019e29ffdf185cdaf16aadc203cf7eb1c2.zip
htop: new version 3.2.1 (#34346)
-rw-r--r--var/spack/repos/builtin/packages/htop/package.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/htop/package.py b/var/spack/repos/builtin/packages/htop/package.py
index 7e794b1d33..99da03cc40 100644
--- a/var/spack/repos/builtin/packages/htop/package.py
+++ b/var/spack/repos/builtin/packages/htop/package.py
@@ -10,9 +10,10 @@ class Htop(AutotoolsPackage):
"""htop is an interactive text-mode process viewer for Unix systems."""
homepage = "https://github.com/htop-dev/htop/"
- url = "https://github.com/htop-dev/htop/archive/refs/tags/3.1.1.tar.gz"
+ url = "https://github.com/htop-dev/htop/archive/refs/tags/3.2.1.tar.gz"
maintainers = ["sethrj"]
+ version("3.2.1", sha256="b5ffac1949a8daaabcffa659c0964360b5008782aae4dfa7702d2323cfb4f438")
version("3.2.0", sha256="1a1dd174cc828521fe5fd0e052cff8c30aa50809cf80d3ce3a481c37d476ac54")
version("3.1.2", sha256="fe9559637c8f21f5fd531a4c072048a404173806acbdad1359c6b82fd87aa001")
version("3.1.1", sha256="b52280ad05a535ec632fbcd47e8e2c40a9376a9ddbd7caa00b38b9d6bb87ced6")