Skip to content

Commit 2537db1

Browse files
r-ryantmveprbl
authored andcommitted
python312Packages.mplhep: 0.3.57 -> 0.3.58
1 parent 6108bd2 commit 2537db1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/mplhep/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525

2626
buildPythonPackage rec {
2727
pname = "mplhep";
28-
version = "0.3.57";
28+
version = "0.3.58";
2929
pyproject = true;
3030

3131
src = fetchFromGitHub {
3232
owner = "scikit-hep";
3333
repo = "mplhep";
3434
tag = "v${version}";
35-
hash = "sha256-R0H/gp/8q6bUB2jCZUKiywz1fNQbzzRsuvjTQz0DeAo=";
35+
hash = "sha256-d2dVOWR982QxAe6JVLyRIafA6x7CcNBO155cXMkCbYk=";
3636
};
3737

3838
build-system = [

0 commit comments

Comments
 (0)