summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-pysqlite/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-pysqlite/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-pysqlite/package.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/py-pysqlite/package.py b/var/spack/repos/builtin/packages/py-pysqlite/package.py
index a624f47dd6..ea470f7350 100644
--- a/var/spack/repos/builtin/packages/py-pysqlite/package.py
+++ b/var/spack/repos/builtin/packages/py-pysqlite/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)
@@ -10,7 +10,7 @@ class PyPysqlite(PythonPackage):
"""Python DB-API module for SQLite 3."""
homepage = "https://github.com/ghaering/pysqlite"
- url = "https://pypi.io/packages/source/p/pysqlite/pysqlite-2.8.3.tar.gz"
+ pypi = "pysqlite/pysqlite-2.8.3.tar.gz"
version('2.8.3', sha256='17d3335863e8cf8392eea71add33dab3f96d060666fe68ab7382469d307f4490')