Skip to content

Commit e274e85

Browse files
authored
py-nanobind: add v2.5.0 (spack#48953)
Also removes inactive maintainer.
1 parent e76ebf2 commit e274e85

File tree

1 file changed

+4
-1
lines changed
  • var/spack/repos/builtin/packages/py-nanobind

1 file changed

+4
-1
lines changed

var/spack/repos/builtin/packages/py-nanobind/package.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,14 @@ class PyNanobind(PythonPackage):
1717
url = "https://github.com/wjakob/nanobind/archive/refs/tags/v1.2.0.tar.gz"
1818
git = "https://github.com/wjakob/nanobind.git"
1919

20-
maintainers("chrisrichardson", "garth-wells", "ma595")
20+
maintainers("chrisrichardson", "garth-wells")
2121

2222
license("BSD-3-Clause")
2323

2424
version("master", branch="master", submodules=True)
25+
version(
26+
"2.5.0", tag="v2.5.0", commit="4ccbe6e005fc017652312305f280742da49d3dd5", submodules=True
27+
)
2528
version(
2629
"2.4.0", tag="v2.4.0", commit="0f9ce749b257fdfe701edb3cf6f7027ba029434a", submodules=True
2730
)

0 commit comments

Comments
 (0)