diff options
author | Glenn Johnson <glenn-johnson@uiowa.edu> | 2021-01-17 13:27:40 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-17 13:27:40 -0600 |
commit | 6864bfc6f0405cf173e3c567043d7a8feac436b9 (patch) | |
tree | 511a1e61b08be2675a2760810e096e8f650b1964 | |
parent | 311068354a91164065ea54425698862b39cea2c0 (diff) | |
download | spack-6864bfc6f0405cf173e3c567043d7a8feac436b9.tar.gz spack-6864bfc6f0405cf173e3c567043d7a8feac436b9.tar.bz2 spack-6864bfc6f0405cf173e3c567043d7a8feac436b9.tar.xz spack-6864bfc6f0405cf173e3c567043d7a8feac436b9.zip |
add version 0.3.0 to r-httpcode (#21049)
-rw-r--r-- | var/spack/repos/builtin/packages/r-httpcode/package.py | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/r-httpcode/package.py b/var/spack/repos/builtin/packages/r-httpcode/package.py index a48789fece..d95b8ce4da 100644 --- a/var/spack/repos/builtin/packages/r-httpcode/package.py +++ b/var/spack/repos/builtin/packages/r-httpcode/package.py @@ -7,10 +7,15 @@ from spack import * class RHttpcode(RPackage): - """httpcode: 'HTTP' Status Code Helper""" + """httpcode: 'HTTP' Status Code Helper + + Find and explain the meaning of 'HTTP' status codes. Functions included for + searching for codes by full or partial number, by message, and get + appropriate dog and cat images for many status codes.""" homepage = "https://github.com/sckott/httpcode" url = "https://cloud.r-project.org/src/contrib/httpcode_0.2.0.tar.gz" list_url = "https://cloud.r-project.org/src/contrib/Archive/httpcode" + version('0.3.0', sha256='593a030a4f94c3df8c15576837c17344701bac023ae108783d0f06c476062f76') version('0.2.0', sha256='fbc1853db742a2cc1df11285cf27ce2ea43bc0ba5f7d393ee96c7e0ee328681a') |