From 60558b8a42ea82759f1a15252a01c04c2e0ef5a9 Mon Sep 17 00:00:00 2001 From: Steven Rieder Date: Tue, 10 Jun 2025 12:56:33 +0200 Subject: [PATCH] Update SeBa version Includes an important fix for SeBa - see https://github.com/amusecode/SeBa/issues/29 --- src/amuse_seba/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/amuse_seba/Makefile b/src/amuse_seba/Makefile index afe9394dc2..2c7b6aa242 100644 --- a/src/amuse_seba/Makefile +++ b/src/amuse_seba/Makefile @@ -9,7 +9,7 @@ support/config.mk: # Downloading the code -VERSION = a6f4b64f852249a0b66d52aa6f276be517dccb64 +VERSION = 9312a0d3a2a55a2ebcfb5ab69abf7b71ee3d063e seba.tar.gz: $(DOWNLOAD) https://github.com/amusecode/SeBa/archive/$(VERSION).tar.gz >$@