python3Packages.numpy-groupies: 0.11.2 -> 0.11.3 (#412992)

This commit is contained in:
Nick Cao 2025-06-02 16:41:21 -04:00 committed by GitHub
commit 14aac472ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "numpy-groupies";
version = "0.11.2";
version = "0.11.3";
pyproject = true;
src = fetchFromGitHub {
owner = "ml31415";
repo = "numpy-groupies";
tag = "v${version}";
hash = "sha256-Eu+5SR28jIasKe1p7rvbq2yo3PGZRQWWdG3A5vGhnyM=";
hash = "sha256-pg9hOtIgS8pB/Y9Xqto9Omsdg8TxaA5ZGE1Qh1DCceU=";
};
build-system = [
@ -39,7 +39,7 @@ buildPythonPackage rec {
meta = {
homepage = "https://github.com/ml31415/numpy-groupies";
changelog = "https://github.com/ml31415/numpy-groupies/releases/tag/v${version}";
changelog = "https://github.com/ml31415/numpy-groupies/releases/tag/${src.tag}";
description = "Optimised tools for group-indexing operations: aggregated sum and more";
license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [ berquist ];