python3Packages.e3-core: 22.4.0 -> 22.5.0

https://github.com/AdaCore/e3-core/releases/tag/refs/tags/v22.5.0
This commit is contained in:
Martin Weinelt 2024-06-19 05:05:28 +02:00
parent fb29f470b4
commit e30ef95ebf

View File

@ -28,14 +28,14 @@
buildPythonPackage rec {
pname = "e3-core";
version = "22.4.0";
version = "22.5.0";
pyproject = true;
src = fetchFromGitHub {
owner = "AdaCore";
repo = "e3-core";
rev = "v${version}";
hash = "sha256-dgEk2/qRfAYwUz+e5TWKUy/aPLpmyWZ32OV1i7QM9Fs=";
rev = "refs/tags/v${version}";
hash = "sha256-7csZYohU89uavSMPOKGJ8HClmtiweGSghyR7QgFfSY8=";
};
patches = [ ./0001-use-distro-over-ld.patch ];