We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6108bd2 commit 2537db1Copy full SHA for 2537db1
pkgs/development/python-modules/mplhep/default.nix
@@ -25,14 +25,14 @@
25
26
buildPythonPackage rec {
27
pname = "mplhep";
28
- version = "0.3.57";
+ version = "0.3.58";
29
pyproject = true;
30
31
src = fetchFromGitHub {
32
owner = "scikit-hep";
33
repo = "mplhep";
34
tag = "v${version}";
35
- hash = "sha256-R0H/gp/8q6bUB2jCZUKiywz1fNQbzzRsuvjTQz0DeAo=";
+ hash = "sha256-d2dVOWR982QxAe6JVLyRIafA6x7CcNBO155cXMkCbYk=";
36
};
37
38
build-system = [
0 commit comments