forked from spack/spack
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
py-bluepyemodelnexus: update version to 0.0.6
- Loading branch information
Kiliç Ilkan Fabrice
committed
Nov 29, 2023
1 parent
10bac7e
commit 06c11a7
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ class PyBluepyemodelnexus(PythonPackage): | |
homepage = "https://bbpgitlab.epfl.ch/cells/bluepyemodelnexus" | ||
git = "ssh://[email protected]/cells/bluepyemodelnexus.git" | ||
|
||
version("0.0.5", tag="bluepyemodelnexus-v0.0.5") | ||
version("0.0.6", tag="bluepyemodelnexus-v0.0.6") | ||
|
||
depends_on("py-setuptools", type="build") | ||
|
||
|