py-jarvis-util: add master version (#46599)

This commit is contained in:
H. Joe Lee 2024-09-27 05:38:41 -05:00 committed by GitHub
parent 532e6b6aa9
commit 32b6381b9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,6 +17,7 @@ class PyJarvisUtil(PythonPackage):
url = "https://github.com/scs-lab/jarvis-util/archive/refs/tags/v0.0.1.tar.gz" url = "https://github.com/scs-lab/jarvis-util/archive/refs/tags/v0.0.1.tar.gz"
maintainers("lukemartinlogan", "hyoklee") maintainers("lukemartinlogan", "hyoklee")
version("master", branch="master")
version("0.0.1", sha256="1c5fbbfec410f1df8dc28edc87dd4421c3708f5bd22bf7ef010138d5c4a1ff8f") version("0.0.1", sha256="1c5fbbfec410f1df8dc28edc87dd4421c3708f5bd22bf7ef010138d5c4a1ff8f")
depends_on("py-setuptools", type="build") depends_on("py-setuptools", type="build")