summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuela Kuhn <36827019+manuelakuhn@users.noreply.github.com>2023-06-05 00:29:40 +0200
committerGitHub <noreply@github.com>2023-06-04 17:29:40 -0500
commit2f4e66be0973a9119b02f851d637e99ce347ba00 (patch)
tree50aead914234f9f196dd6c72e276abd417cd5d77
parent9ce3e8707c85e024f6c55af252c906e312a171f8 (diff)
downloadspack-2f4e66be0973a9119b02f851d637e99ce347ba00.tar.gz
spack-2f4e66be0973a9119b02f851d637e99ce347ba00.tar.bz2
spack-2f4e66be0973a9119b02f851d637e99ce347ba00.tar.xz
spack-2f4e66be0973a9119b02f851d637e99ce347ba00.zip
py-hatchling: add 1.17.0 (#38076)
-rw-r--r--var/spack/repos/builtin/packages/py-hatchling/package.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-hatchling/package.py b/var/spack/repos/builtin/packages/py-hatchling/package.py
index b8b95e4bba..5ff8287412 100644
--- a/var/spack/repos/builtin/packages/py-hatchling/package.py
+++ b/var/spack/repos/builtin/packages/py-hatchling/package.py
@@ -13,6 +13,7 @@ class PyHatchling(PythonPackage):
pypi = "hatchling/hatchling-1.4.1.tar.gz"
git = "https://github.com/pypa/hatch"
+ version("1.17.0", sha256="b1244db3f45b4ef5a00106a46612da107cdfaf85f1580b8e1c059fefc98b0930")
version("1.14.0", sha256="462ea91df03ff5d52813b5613fec1313a1a2059d2e37343e572b3f979867c5da")
version("1.13.0", sha256="f8d275a2cc720735286b7c2e2bc35da05761e6d3695c2fa416550395f10c53c7")
version("1.10.0", sha256="5d31f43dffaf6265c808e1b5353662ffa5146d844278b55caa6c7f74f427ec50")