python310Packages.sasmodels: 1.0.5 -> 1.0.6

This commit is contained in:
R. Ryantm 2022-03-19 06:37:01 +00:00
parent 7958394022
commit 7ec5abb10d

View File

@ -12,13 +12,13 @@
buildPythonPackage rec {
pname = "sasmodels";
version = "1.0.5";
version = "1.0.6";
src = fetchFromGitHub {
owner = "SasView";
repo = "sasmodels";
rev = "v${version}";
sha256 = "19h30kcgpvg1qirzjm0vhgvp1yn60ivlglc8a8n2b4d9fp0acfyd";
sha256 = "sha256-RVEPu07gp1ScciJQmjizyELcOD2WSjIlxunj5LnmXdw=";
};
buildInputs = [ opencl-headers ];