python310Packages.sasmodels: 1.0.6 -> 1.0.7

This commit is contained in:
R. Ryantm 2023-03-29 23:45:53 +00:00
parent f8efa87fb5
commit 228052d28e

View file

@ -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 = [