Loading pkgs/by-name/yo/yoda/package.nix +6 −6 Original line number Diff line number Diff line Loading @@ -13,13 +13,13 @@ stdenv.mkDerivation rec { pname = "yoda"; version = "2.0.2"; version = "2.0.3"; src = fetchFromGitLab { owner = "hepcedar"; repo = pname; rev = "yoda-${version}"; hash = "sha256-sHvwgLH22fvdlh4oLjr4fzZ2WtBJMAlvr4Vxi9Xdf84="; hash = "sha256-No2Lr4nmYNfFnJVpg7xYjd35g12CbQtpW9QMjM3owko="; }; nativeBuildInputs = with python3.pkgs; [ Loading Loading @@ -70,12 +70,12 @@ stdenv.mkDerivation rec { installCheckTarget = "check"; meta = with lib; { meta = { description = "Provides small set of data analysis (specifically histogramming) classes"; license = licenses.gpl3Only; license = lib.licenses.gpl3Only; homepage = "https://yoda.hepforge.org"; changelog = "https://gitlab.com/hepcedar/yoda/-/blob/yoda-${version}/ChangeLog"; platforms = platforms.unix; maintainers = with maintainers; [ veprbl ]; platforms = lib.platforms.unix; maintainers = with lib.maintainers; [ veprbl ]; }; } Loading
pkgs/by-name/yo/yoda/package.nix +6 −6 Original line number Diff line number Diff line Loading @@ -13,13 +13,13 @@ stdenv.mkDerivation rec { pname = "yoda"; version = "2.0.2"; version = "2.0.3"; src = fetchFromGitLab { owner = "hepcedar"; repo = pname; rev = "yoda-${version}"; hash = "sha256-sHvwgLH22fvdlh4oLjr4fzZ2WtBJMAlvr4Vxi9Xdf84="; hash = "sha256-No2Lr4nmYNfFnJVpg7xYjd35g12CbQtpW9QMjM3owko="; }; nativeBuildInputs = with python3.pkgs; [ Loading Loading @@ -70,12 +70,12 @@ stdenv.mkDerivation rec { installCheckTarget = "check"; meta = with lib; { meta = { description = "Provides small set of data analysis (specifically histogramming) classes"; license = licenses.gpl3Only; license = lib.licenses.gpl3Only; homepage = "https://yoda.hepforge.org"; changelog = "https://gitlab.com/hepcedar/yoda/-/blob/yoda-${version}/ChangeLog"; platforms = platforms.unix; maintainers = with maintainers; [ veprbl ]; platforms = lib.platforms.unix; maintainers = with lib.maintainers; [ veprbl ]; }; }