mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 17:53:14 +00:00
Merge pull request #304607 from nim65s/eigenpy-nit
eigenpy: clean & fix hash
This commit is contained in:
commit
bf363ff5fc
@ -19,11 +19,12 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
owner = "stack-of-tasks";
|
owner = "stack-of-tasks";
|
||||||
repo = "eigenpy";
|
repo = "eigenpy";
|
||||||
rev = "v${finalAttrs.version}";
|
rev = "v${finalAttrs.version}";
|
||||||
hash = "sha256-/k5eltoeUW05FTjvStAOw+tguWLUaUced8TArrk4UDI=";
|
hash = "sha256-ar7KmlvWD2qoOonaH8YhVssZhpbTdHNvxY7rzvmhzc0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [
|
outputs = [
|
||||||
"dev"
|
"dev"
|
||||||
|
"doc"
|
||||||
"out"
|
"out"
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -54,7 +55,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Bindings between Numpy and Eigen using Boost.Python";
|
description = "Bindings between Numpy and Eigen using Boost.Python";
|
||||||
homepage = "https://github.com/stack-of-tasks/eigenpy";
|
homepage = "https://github.com/stack-of-tasks/eigenpy";
|
||||||
changelog = "https://github.com/stack-of-tasks/eigenpy/releases/tag/v${version}";
|
changelog = "https://github.com/stack-of-tasks/eigenpy/releases/tag/v${finalAttrs.version}";
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [
|
||||||
nim65s
|
nim65s
|
||||||
|
Loading…
Reference in New Issue
Block a user