From 7ca9bb9292169853a8f30b18f69ae5f868bc735b Mon Sep 17 00:00:00 2001 From: Lena Kanellou <kanellou@ics.forth.gr> Date: Mon, 22 Jan 2024 18:29:11 +0100 Subject: [PATCH] corrected filename, version, and checksums. now using a tag that refers to a forma version which correctly references package resources. --- .../{forma-0.1.2-foss2022a.eb => forma-0.1.6-foss2022a.eb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename Golden_Repo/f/forma/{forma-0.1.2-foss2022a.eb => forma-0.1.6-foss2022a.eb} (90%) diff --git a/Golden_Repo/f/forma/forma-0.1.2-foss2022a.eb b/Golden_Repo/f/forma/forma-0.1.6-foss2022a.eb similarity index 90% rename from Golden_Repo/f/forma/forma-0.1.2-foss2022a.eb rename to Golden_Repo/f/forma/forma-0.1.6-foss2022a.eb index 0839de17..bbc89abb 100644 --- a/Golden_Repo/f/forma/forma-0.1.2-foss2022a.eb +++ b/Golden_Repo/f/forma/forma-0.1.6-foss2022a.eb @@ -3,7 +3,7 @@ easyblock = 'PythonPackage' name = 'forma' -version = '0.1.2' +version = '0.1.6' homepage = 'https://github.com/CARV-ICS-FORTH/foRMA' description = "Initial test for easybuild foRMA" @@ -20,7 +20,7 @@ sources = [{ 'keep_git_dir': True }, }] -checksums = ['435f8776b39d033688cae7ce66a800f2cbb6f9165f6db002c80ad7db538381ad'] +checksums = ['3aa2999c05e5027f6d4b06ef51222990e41527621dc40a900bef1004c7d74936'] dependencies = [ ('Python', '3.10.4'), -- GitLab