3
0
Fork 0
forked from mirrors/nixpkgs

yoda: 1.7.1 -> 1.7.3 (#49654)

This commit is contained in:
Dmitry Kalinkin 2018-11-03 12:27:19 -04:00 committed by xeji
parent b0068a2abe
commit f6aac1cc66

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "yoda-${version}";
version = "1.7.1";
version = "1.7.3";
src = fetchurl {
url = "https://www.hepforge.org/archive/yoda/YODA-${version}.tar.bz2";
sha256 = "0yq20fnckf6h0a53ghxsgia6ikq71ch9a0w0khq188r7rlg9gmzd";
sha256 = "0n40qii2ych5yfx6drj79b3rk29dvc3gysjqs719qgl26d3hkxpb";
};
pythonPath = []; # python wrapper support
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Provides small set of data analysis (specifically histogramming) classes";
license = stdenv.lib.licenses.gpl2;
license = stdenv.lib.licenses.gpl3;
homepage = https://yoda.hepforge.org;
platforms = stdenv.lib.platforms.unix;
maintainers = with stdenv.lib.maintainers; [ veprbl ];