Skip to content

Commit

Permalink
python312Packages.eigenpy: 3.10.0 -> 3.10.1 (#352449)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Oct 31, 2024
2 parents 7727152 + d56ec43 commit ff01e15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/eigenpy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@

buildPythonPackage rec {
pname = "eigenpy";
version = "3.10.0";
version = "3.10.1";
pyproject = false; # Built with cmake

src = fetchFromGitHub {
owner = "stack-of-tasks";
repo = "eigenpy";
rev = "refs/tags/v${version}";
hash = "sha256-ac667pEKXcbLLzCVGKYpyCQO805qhCEf8dCnC4QwxBs=";
hash = "sha256-9hKYCCKgPn1IJDezX/ARJHr5+0ridmGd1b3k/ZaVRG0=";
};

outputs = [
Expand Down

0 comments on commit ff01e15

Please sign in to comment.