Skip to content

Commit e763d4a

Browse files
committed
yoda: 2.0.2 -> 2.0.3
1 parent 4880951 commit e763d4a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pkgs/by-name/yo/yoda/package.nix

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313

1414
stdenv.mkDerivation rec {
1515
pname = "yoda";
16-
version = "2.0.2";
16+
version = "2.0.3";
1717

1818
src = fetchFromGitLab {
1919
owner = "hepcedar";
2020
repo = pname;
2121
rev = "yoda-${version}";
22-
hash = "sha256-sHvwgLH22fvdlh4oLjr4fzZ2WtBJMAlvr4Vxi9Xdf84=";
22+
hash = "sha256-No2Lr4nmYNfFnJVpg7xYjd35g12CbQtpW9QMjM3owko=";
2323
};
2424

2525
nativeBuildInputs = with python3.pkgs; [
@@ -70,12 +70,12 @@ stdenv.mkDerivation rec {
7070

7171
installCheckTarget = "check";
7272

73-
meta = with lib; {
73+
meta = {
7474
description = "Provides small set of data analysis (specifically histogramming) classes";
75-
license = licenses.gpl3Only;
75+
license = lib.licenses.gpl3Only;
7676
homepage = "https://yoda.hepforge.org";
7777
changelog = "https://gitlab.com/hepcedar/yoda/-/blob/yoda-${version}/ChangeLog";
78-
platforms = platforms.unix;
79-
maintainers = with maintainers; [ veprbl ];
78+
platforms = lib.platforms.unix;
79+
maintainers = with lib.maintainers; [ veprbl ];
8080
};
8181
}

0 commit comments

Comments
 (0)