Merge pull request #75368 from r-ryantm/auto-update/python3.8-sasmodels

python38Packages.sasmodels: 1.0.0 -> 1.0.1
This commit is contained in:
Mario Rodas 2019-12-15 15:28:08 -05:00 committed by GitHub
commit 80af1ff9e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,13 +4,13 @@
buildPythonPackage rec {
pname = "sasmodels";
version = "1.0.0";
version = "1.0.1";
src = fetchFromGitHub {
owner = "SasView";
repo = "sasmodels";
rev = "v${version}";
sha256 = "082wnk10axincc4a62zxyr33l7v80yf7iz630y3421b50fwwyd8j";
sha256 = "0k4334nxf1n6gwb9m57sqcchmlssglfd116mpl72glmmdc451d5j";
};
buildInputs = [ opencl-headers ];