Skip to content

Commit

Permalink
Merge pull request #306896 from r-ryantm/auto-update/python311Package…
Browse files Browse the repository at this point in the history
…s.eigenpy

python311Packages.eigenpy: 3.5.0 -> 3.5.1
  • Loading branch information
Aleksanaa committed Apr 26, 2024
2 parents c1c2a08 + 23b5859 commit 8b85f86
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,13 +13,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "eigenpy";
version = "3.5.0";
version = "3.5.1";

src = fetchFromGitHub {
owner = "stack-of-tasks";
repo = "eigenpy";
rev = "v${finalAttrs.version}";
hash = "sha256-ar7KmlvWD2qoOonaH8YhVssZhpbTdHNvxY7rzvmhzc0=";
hash = "sha256-nTS9FNXGrak5g83BHHNSsk5V5khpOpRz5zWE8D1gDUo=";
};

outputs = [
Expand Down

0 comments on commit 8b85f86

Please sign in to comment.