python3Packages.devito: 4.8.21 -> 4.8.22
Diff: https://github.com/devitocodes/devito/compare/v4.8.21...v4.8.22 Changelog: https://github.com/devitocodes/devito/releases/tag/v4.8.22
This commit is contained in:
@@ -32,14 +32,15 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "devito";
|
||||
version = "4.8.21";
|
||||
version = "4.8.22";
|
||||
pyproject = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "devitocodes";
|
||||
repo = "devito";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-nD1bUFv24lnonajUG6m5yhGUAC0pVtSKTX69JwSt69E=";
|
||||
hash = "sha256-7bHMMZKm+n+wSVGUSSoYQjXklxzdTeyCkjMuK0Z8qTI=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
||||
Reference in New Issue
Block a user