Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #48565 from rprospero/sasview-4.2.0

Sasview: unstable -> 4.2.0

authored by

Jörg Thalheim and committed by
GitHub
02405cfe 43fc3bbb

+7 -7
+3 -3
pkgs/applications/science/misc/sasview/default.nix
··· 17 17 18 18 python.pkgs.buildPythonApplication rec { 19 19 pname = "sasview"; 20 - version = "unstable-2018-05-05"; 20 + version = "4.2.0"; 21 21 22 22 checkInputs = with python.pkgs; [ 23 23 pytest ··· 60 60 src = fetchFromGitHub { 61 61 owner = "SasView"; 62 62 repo = "sasview"; 63 - rev = "de431924d0ddf73cfb952df88bd6661181947019"; 64 - sha256 = "01bk0i0g65yzyq16n1a61rgjna8rrc2i51x2ndf1z7khb1fl16vg"; 63 + rev = "v${version}"; 64 + sha256 = "0k3486h46k6406h0vla8h68fd78wh3dcaq5w6f12jh6g4cjxv9qa"; 65 65 }; 66 66 67 67 patches = [ ./pyparsing-fix.patch ./local_config.patch ];
+4 -4
pkgs/development/python-modules/sasmodels/default.nix
··· 3 3 }: 4 4 5 5 buildPythonPackage rec { 6 - pname = "sasmodels-unstable"; 7 - version = "2018-04-27"; 6 + pname = "sasmodels"; 7 + version = "0.98"; 8 8 9 9 src = fetchFromGitHub { 10 10 owner = "SasView"; 11 11 repo = "sasmodels"; 12 - rev = "33969b656596e8b6cc8ce934cd1f8062f7b11cf2"; 13 - sha256 = "00rvhafg08qvx0k9mzn1ppdkc9i5yfn2gr3hidrf416srf8zgb85"; 12 + rev = "v${version}"; 13 + sha256 = "02y4lpjwaa73pr46ylk0pw0kbill4nfzqgnfv16v5m0z9smd76ir"; 14 14 }; 15 15 16 16 buildInputs = [ opencl-headers ];