python37Packages.sasmodels: 0.99 -> 1.0.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-sasmodels/versions
This commit is contained in:
committed by
Frederik Rietdijk
parent
80172aa0a6
commit
53a374d98d
@@ -4,13 +4,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "sasmodels";
|
pname = "sasmodels";
|
||||||
version = "0.99";
|
version = "1.0.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "SasView";
|
owner = "SasView";
|
||||||
repo = "sasmodels";
|
repo = "sasmodels";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1lcvn42h29i0mg4i75xn0dbk711q9ycyhm3h95skqy8i61qmjrx6";
|
sha256 = "082wnk10axincc4a62zxyr33l7v80yf7iz630y3421b50fwwyd8j";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ opencl-headers ];
|
buildInputs = [ opencl-headers ];
|
||||||
|
|||||||
Reference in New Issue
Block a user