python3Packages.sfepy: 2022.3 -> 2023.1

This commit is contained in:
Daniel Wheeler 2023-06-05 12:39:13 -04:00
parent e534047e2d
commit 7afe3ce0b0

View File

@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "sfepy";
version = "2022.3";
version = "2023.1";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "sfepy";
repo = "sfepy";
rev = "release_${version}";
hash = "sha256-6AhyO6LRG6N62ZAoPCZpRKu4ZBzj9IHkurhKFIPFAJI=";
hash = "sha256-PuU6DL9zftHltpYI9VZQzKGIP8l9UUU8GVChrHtpNM0=";
};
propagatedBuildInputs = [
@ -47,9 +47,6 @@ buildPythonPackage rec {
];
postPatch = ''
# broken tests
rm sfepy/tests/test_meshio.py
# slow tests
rm sfepy/tests/test_io.py
rm sfepy/tests/test_elasticity_small_strain.py