python311Packages.devito: 4.8.9 -> 4.8.10
Diff: https://github.com/devitocodes/devito/compare/refs/tags/v4.8.9...v4.8.10 Changelog: https://github.com/devitocodes/devito/releases/tag/v4.8.10
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "devito";
|
||||
version = "4.8.9";
|
||||
version = "4.8.10";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@@ -34,7 +34,7 @@ buildPythonPackage rec {
|
||||
owner = "devitocodes";
|
||||
repo = "devito";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-uCZBCq1Lzc2IwjvqAY+wZzyEOeYraegt0242aI5CPUI=";
|
||||
hash = "sha256-r3HsVZo+2WnjxIToGTOR/xp1l4G2a3+sHslBA8iEdSo=";
|
||||
};
|
||||
|
||||
pythonRemoveDeps = [
|
||||
@@ -46,7 +46,6 @@ buildPythonPackage rec {
|
||||
|
||||
pythonRelaxDeps = true;
|
||||
|
||||
|
||||
dependencies = [
|
||||
anytree
|
||||
cached-property
|
||||
|
||||
Reference in New Issue
Block a user