Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 89524e6

Browse files
authored
brayns, py-brayns: release 3.10.1. (#2527)
1 parent bce4db5 commit 89524e6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bluebrain/deployment/environments/applications_viz.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ spack:
1212
- ultraliser
1313
specs:
1414
- brayns
15-
- brayns@3.8.3
15+
- brayns@3.10.1
1616
- py-bcsb
1717
- py-brayns
18-
- py-brayns@3.8.3
18+
- py-brayns@3.10.1
1919
- brion +python
2020
- ultraliser ^hdf5~mpi

bluebrain/repo-bluebrain/packages/brayns/package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ class Brayns(CMakePackage):
1515
submodules = False
1616

1717
version("develop", branch="develop")
18-
version("3.8.3", tag="3.8.3")
1918
version("3.10.0", tag="3.10.0")
19+
version("3.10.1", tag="3.10.1")
2020

2121
depends_on("[email protected]:", type="build")
2222
depends_on("[email protected]:", type="build")

bluebrain/repo-bluebrain/packages/py-brayns/package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ class PyBrayns(PythonPackage):
1818
build_directory = "python"
1919

2020
version("develop", branch="develop")
21-
version("3.8.3", tag="3.8.3")
2221
version("3.10.0", tag="3.10.0")
22+
version("3.10.1", tag="3.10.1")
2323

2424
depends_on("py-setuptools", type=("build"))
2525
depends_on("[email protected]:", type=("build", "run"))

0 commit comments

Comments
 (0)