yoda: 1.9.8 -> 1.9.9 (#273260)

This commit is contained in:
Dmitry Kalinkin 2023-12-11 19:46:35 -05:00 committed by GitHub
parent 729bd7499f
commit 8f47b40246
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchurl
, fetchpatch
, python
, root
, makeWrapper
@ -11,22 +10,13 @@
stdenv.mkDerivation rec {
pname = "yoda";
version = "1.9.8";
version = "1.9.9";
src = fetchurl {
url = "https://www.hepforge.org/archive/yoda/YODA-${version}.tar.bz2";
hash = "sha256-e8MGJGirulCv8+y4sizmdxlgNgCYkGiO9FM6qn+S5uQ=";
hash = "sha256-68rVU2mhztzuOi3gWUB8hRZSukRJURP1wJ2MLlf1Fqo=";
};
patches = [
# A bugfix https://gitlab.com/hepcedar/yoda/-/merge_requests/116
(fetchpatch {
url = "https://gitlab.com/hepcedar/yoda/-/commit/ba1275033522c66bc473dfeffae1a7971e985611.diff";
hash = "sha256-/8UJuypiQzywarE+o3BEMtqM+f+YzkHylugi+xTJf+w=";
excludes = [ "ChangeLog" ];
})
];
nativeBuildInputs = with python.pkgs; [
cython
makeWrapper