numcpp: 2.12.0 -> 2.12.1

This commit is contained in:
R. Ryantm 2023-11-05 03:56:35 +00:00 committed by Jörg Thalheim
parent 53e3e02959
commit eb25d5a420

View File

@ -9,13 +9,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "numcpp";
version = "2.12.0";
version = "2.12.1";
src = fetchFromGitHub {
owner = "dpilger26";
repo = "NumCpp";
rev = "Version_${finalAttrs.version}";
hash = "sha256-HeT2zZbULXZhmgquQTl3qHL0T50IIUf3oAZaEDIcAys=";
hash = "sha256-1LGyDvT+PiGRXn7NorcYUjSPzNuRv/YXhQWIaOa7xdo=";
};
nativeCheckInputs = [gtest python3];