Files
spack-psi/packages/py-immutabledict/package.py
svcusr-spack (Resp. Germann Elsa Sylvia) 0f71716d9b Spack v1.0.0
2025-07-24 14:02:17 +02:00

14 lines
485 B
Python

# Copyright 2013-2024 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)
import os
from spack.package import *
from spack_repo.builtin.packages.py_immutabledict.package import PyImmutabledict as SpackPyImmutabledict
class PyImmutabledict(SpackPyImmutabledict):
version("2.0.0", sha256="1b3ab650dc9db0df80fc198b9d31bee45062c4774b3dfbf3d2f3e1f6d4929258")