Merge pull request #223818 from r-ryantm/auto-update/python310Packages.sasmodels

python310Packages.sasmodels: 1.0.6 -> 1.0.7
This commit is contained in:
Weijia Wang
2023-04-02 15:12:07 +03:00
committed by GitHub
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "sasmodels";
version = "1.0.6";
version = "1.0.7";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -21,8 +21,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "SasView";
repo = "sasmodels";
rev = "v${version}";
hash = "sha256-RVEPu07gp1ScciJQmjizyELcOD2WSjIlxunj5LnmXdw=";
rev = "refs/tags/v${version}";
hash = "sha256-GZQYVvQ4bEBizTmJ+o5fIfGr8gn2/4uD3PxIswEjzSE=";
};
buildInputs = [