python312Packages.devito: fix hash
This commit is contained in:
parent
c3145169e2
commit
674d26e4bc
@ -34,7 +34,7 @@ buildPythonPackage rec {
|
|||||||
owner = "devitocodes";
|
owner = "devitocodes";
|
||||||
repo = "devito";
|
repo = "devito";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-r3HsVZo+2WnjxIToGTOR/xp1l4G2a3+sHslBA8iEdSo=";
|
hash = "sha256-n8mbhbW5zN8hQeVF6T3MbET9tJlIy99iwFiZCOh6xTg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRemoveDeps = [
|
pythonRemoveDeps = [
|
||||||
|
Loading…
Reference in New Issue
Block a user