python3Packages.devito: 4.8.19 -> 4.8.20
https://github.com/devitocodes/devito/releases/tag/v4.8.20 This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -32,14 +32,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "devito";
|
||||
version = "4.8.19";
|
||||
version = "4.8.20";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "devitocodes";
|
||||
repo = "devito";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-kE4u5r2GFe4Y+IdSEnNZEOAO9WoSIM00Ify1eLaflWI=";
|
||||
hash = "sha256-7GlpvPjiUckzh1s2Pwfaoy/bMsAW1FscnyxGaADyie8=";
|
||||
};
|
||||
|
||||
pythonRemoveDeps = [ "pip" ];
|
||||
@@ -152,7 +152,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Code generation framework for automated finite difference computation";
|
||||
homepage = "https://www.devitoproject.org/";
|
||||
changelog = "https://github.com/devitocodes/devito/releases/tag/v${version}";
|
||||
changelog = "https://github.com/devitocodes/devito/releases/tag/${src.tag}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ atila ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user