edm4hep: Add 0.10.1 tag and update maintainers (#40829)

* edm4hep: add latest tag
* edm4hep: Add myself as maintainer
This commit is contained in:
Thomas Madlener 2023-11-02 06:04:00 +01:00 committed by GitHub
parent 6af45230b4
commit 6cd2241e49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,11 +14,12 @@ class Edm4hep(CMakePackage):
url = "https://github.com/key4hep/EDM4hep/archive/v00-01.tar.gz" url = "https://github.com/key4hep/EDM4hep/archive/v00-01.tar.gz"
git = "https://github.com/key4hep/EDM4hep.git" git = "https://github.com/key4hep/EDM4hep.git"
maintainers("vvolkl", "jmcarcell") maintainers("vvolkl", "jmcarcell", "tmadlener")
tags = ["hep", "key4hep"] tags = ["hep", "key4hep"]
version("master", branch="master") version("master", branch="master")
version("0.10.1", sha256="28a3bd4df899309b14ec0d441f8b6ed0065206a08a0018113bb490e9d008caed")
version("0.10", sha256="a95c917c19793cfad6b0959854a653c5ce698c965598cabd649d544da07712c0") version("0.10", sha256="a95c917c19793cfad6b0959854a653c5ce698c965598cabd649d544da07712c0")
version( version(
"0.9", "0.9",