Skip to content

Commit

Permalink
numcpp: 2.12.1 -> 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 3, 2025
1 parent 01463b1 commit ff0fe4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/nu/numcpp/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "numcpp";
version = "2.12.1";
version = "2.13.0";

src = fetchFromGitHub {
owner = "dpilger26";
repo = "NumCpp";
rev = "Version_${finalAttrs.version}";
hash = "sha256-1LGyDvT+PiGRXn7NorcYUjSPzNuRv/YXhQWIaOa7xdo=";
hash = "sha256-+2xd8GNMSKPz801lfMAcHIkmidKd+xM8YblkdFj3HZk=";
};

nativeCheckInputs = [
Expand Down

0 comments on commit ff0fe4e

Please sign in to comment.