py-cftime: fix url (#46523)

This commit is contained in:
Wouter Deconinck 2024-09-22 06:32:14 -05:00 committed by GitHub
parent b88971e125
commit 17199e7fed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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")