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

View File

@@ -12,7 +12,7 @@ class PyCftime(PythonPackage):
netCDF conventions""" netCDF conventions"""
homepage = "https://unidata.github.io/cftime/" 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") version("1.0.3.4", sha256="f261ff8c65ceef4799784cd999b256d608c177d4c90b083553aceec3b6c23fd3")