mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 12:53:54 +00:00
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:
parent
fb29f470b4
commit
e30ef95ebf
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user