diff options
author | Wouter Deconinck <wdconinc@gmail.com> | 2024-09-22 06:32:14 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-22 13:32:14 +0200 |
commit | 17199e7fed21165a8656ba892d4f69bd402bafb3 (patch) | |
tree | 1ba3b4ba178372e7b0ac933018cd9ef86588425c | |
parent | b88971e125808f63a7ff73b036d954a522fb0506 (diff) | |
download | spack-17199e7fed21165a8656ba892d4f69bd402bafb3.tar.gz spack-17199e7fed21165a8656ba892d4f69bd402bafb3.tar.bz2 spack-17199e7fed21165a8656ba892d4f69bd402bafb3.tar.xz spack-17199e7fed21165a8656ba892d4f69bd402bafb3.zip |
py-cftime: fix url (#46523)
-rw-r--r-- | var/spack/repos/builtin/packages/py-cftime/package.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/py-cftime/package.py b/var/spack/repos/builtin/packages/py-cftime/package.py index 7bc37434c1..7c343d92a3 100644 --- a/var/spack/repos/builtin/packages/py-cftime/package.py +++ b/var/spack/repos/builtin/packages/py-cftime/package.py @@ -12,7 +12,7 @@ class PyCftime(PythonPackage): netCDF conventions""" homepage = "https://unidata.github.io/cftime/" - url = "https://github.com/Unidata/cftime/archive/v1.0.3.4rel.tar.gz" + url = "https://github.com/Unidata/cftime/archive/refs/tags/v1.0.3.4rel.tar.gz" version("1.0.3.4", sha256="f261ff8c65ceef4799784cd999b256d608c177d4c90b083553aceec3b6c23fd3") |