python3Packages.sfepy: 2021.4 -> 2022.1

This commit is contained in:
Daniel Wheeler 2022-04-06 16:46:22 -04:00
parent 8ffc4aa12e
commit 680b1632a6

View File

@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "sfepy";
version = "2021.4";
version = "2022.1";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "sfepy";
repo = "sfepy";
rev = "release_${version}";
sha256 = "sha256-+wvFcME02la5JwzD5bvPgBBlkQKF5LWz5MC3+0s5jSs=";
sha256 = "sha256-OayULh/dGI5sEynYMc+JLwUd67zEGdIGEKo6CTOdZS8=";
};
propagatedBuildInputs = [