diff options
Diffstat (limited to 'var/spack/repos/builtin/packages/py-avro-python3/package.py')
-rw-r--r-- | var/spack/repos/builtin/packages/py-avro-python3/package.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/py-avro-python3/package.py b/var/spack/repos/builtin/packages/py-avro-python3/package.py index 2c62f35825..224bcec05e 100644 --- a/var/spack/repos/builtin/packages/py-avro-python3/package.py +++ b/var/spack/repos/builtin/packages/py-avro-python3/package.py @@ -1,4 +1,4 @@ -# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other +# Copyright 2013-2021 Lawrence Livermore National Security, LLC and other # Spack Project Developers. See the top-level COPYRIGHT file for details. # # SPDX-License-Identifier: (Apache-2.0 OR MIT) @@ -12,7 +12,7 @@ class PyAvroPython3(PythonPackage): functions will be made available for both python2 and python3.""" homepage = "https://github.com/apache/avro/tree/master/lang/py3" - url = "https://pypi.io/packages/source/a/avro-python3/avro-python3-1.10.0.tar.gz" + pypi = "avro-python3/avro-python3-1.10.0.tar.gz" version('1.10.0', sha256='a455c215540b1fceb1823e2a918e94959b54cb363307c97869aa46b5b55bde05') |