mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
python3Packages.eigenpy: 3.9.0 -> 3.9.1
Diff: https://github.com/stack-of-tasks/eigenpy/compare/refs/tags/v3.9.0...v3.9.1 Changelog: https://github.com/stack-of-tasks/eigenpy/releases/tag/v3.9.1
This commit is contained in:
parent
08c9dcf962
commit
5108a107b2
@ -13,14 +13,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "eigenpy";
|
||||
version = "3.9.0";
|
||||
version = "3.9.1";
|
||||
pyproject = false; # Built with cmake
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "stack-of-tasks";
|
||||
repo = "eigenpy";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-fJLX3ZhcgevXcXkR00fzDh9LtfMwaHsJWQgUexmuKLc=";
|
||||
hash = "sha256-nRslQMnVaVN7S20RuJDp+e9p+oMhsR03EjHYpvkuBYk=";
|
||||
};
|
||||
|
||||
outputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user