From 958daf4e31f9e74f40e807a0ceebce3baa060d82 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Thu, 23 Nov 2023 18:18:32 +0000 Subject: [PATCH] Update 2 files - /spack.sh - /spack-environment/packages.yaml --- spack-environment/packages.yaml | 5 ++++- spack.sh | 5 +++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/spack-environment/packages.yaml b/spack-environment/packages.yaml index 5cd62a811..75d84ae62 100644 --- a/spack-environment/packages.yaml +++ b/spack-environment/packages.yaml @@ -214,7 +214,7 @@ packages: - '@2.1.1' py-bokeh: require: - - '@2.4.3' + - '@3.3.1' py-boto3: require: - '@1.26.26' @@ -269,6 +269,9 @@ packages: py-pre-commit: require: - '@2.20.0' + py-pygithub: + require: + - '@2.1.1' py-pycairo: require: - '@1.20.0' diff --git a/spack.sh b/spack.sh index db3602d86..924656a0b 100644 --- a/spack.sh +++ b/spack.sh @@ -60,6 +60,8 @@ a65f13f79f617b6aa0b235aa5db612473b6d8c0e ed8ecc469e7b87842a876323878831e301f136a2 4991a60eacb5df289383f755e40702b720ed0513 c485709f625429a88a184a099373d76c9438f8e3 +16f4c53cd4cfb4bc6c9390f6e65217fc9ccc58c9 +d171f314c77ba61b3cd780f159afe6abced5707d --- ## Ref: https://github.com/spack/spack/commit/[hash] ## [hash]: [description] @@ -119,3 +121,6 @@ c485709f625429a88a184a099373d76c9438f8e3 ## ed8ecc469e7b87842a876323878831e301f136a2: podio: Add the latest tag (0.17.2) ## 4991a60eacb5df289383f755e40702b720ed0513: podio: Add latest tag 0.17.3 ## c485709f625429a88a184a099373d76c9438f8e3: iwyu: new versions up 0.21 (depends_on llvm-17) +## Spack 0.22 release +## 16f4c53cd4cfb4bc6c9390f6e65217fc9ccc58c9: py-bokeh: new version 3.3.1, and supporting packages +## d171f314c77ba61b3cd780f159afe6abced5707d: py-pygithub: new versions, dependencies -- GitLab