Skip to content

Commit

Permalink
python312Packages.dask-histogram: 2024.9.1 -> 2024.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Dec 17, 2024
1 parent 578fbde commit 370a2e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/python-modules/dask-histogram/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@

buildPythonPackage rec {
pname = "dask-histogram";
version = "2024.9.1";
version = "2024.12.0";
pyproject = true;

src = fetchFromGitHub {
owner = "dask-contrib";
repo = "dask-histogram";
rev = "refs/tags/${version}";
hash = "sha256-k+hD5y9K6Jsm++H+IAWJ/Z3wlCN4fV8RIcyAnvOvem0=";
tag = "refs/tags/${version}";
hash = "sha256-RLlHpz7gz/KaErxENPecqTiNaA0KCZu88OPIzAhsGJI=";
};

build-system = [
Expand All @@ -44,7 +44,7 @@ buildPythonPackage rec {
meta = {
description = "Histograms with task scheduling";
homepage = "https://dask-histogram.readthedocs.io/";
changelog = "https://github.com/dask-contrib/dask-histogram/releases/tag/${version}";
changelog = "https://github.com/dask-contrib/dask-histogram/releases/tag/${src.tag}";
license = with lib.licenses; [ bsd3 ];
maintainers = with lib.maintainers; [ veprbl ];
};
Expand Down

0 comments on commit 370a2e3

Please sign in to comment.