mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +03:00
python3Packages.numpy-groupies: 0.11.2 -> 0.11.3 (#412992)
This commit is contained in:
commit
14aac472ad
1 changed files with 3 additions and 3 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue