Skip to content

Commit

Permalink
Merge pull request #167582 from wd15/sfepy-2022.1
Browse files Browse the repository at this point in the history
python3Packages.sfepy: 2021.4 -> 2022.1
  • Loading branch information
symphorien authored Jun 5, 2022
2 parents 39ef40f + 680b163 commit cc41e5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/sfepy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,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 = [
Expand Down

0 comments on commit cc41e5a

Please sign in to comment.