about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-04-02 20:02:08 +0000
committerDmitry Kalinkin <dmitry.kalinkin@gmail.com>2024-04-02 19:03:25 -0400
commit68a93a152b518176790c8c29d47e30ae15d61168 (patch)
tree02f2221ecba333437b78ada75d90ce56a9f468c5
parentd9bb2c0160b723f18c4c70110792d337a16be4a4 (diff)
python311Packages.mplhep: 0.3.41 -> 0.3.44
-rw-r--r--pkgs/development/python-modules/mplhep/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/mplhep/default.nix b/pkgs/development/python-modules/mplhep/default.nix
index 436baf50202e7..fe00f97f25acd 100644
--- a/pkgs/development/python-modules/mplhep/default.nix
+++ b/pkgs/development/python-modules/mplhep/default.nix
@@ -16,12 +16,12 @@
 
 buildPythonPackage rec {
   pname = "mplhep";
-  version = "0.3.41";
+  version = "0.3.44";
   format = "pyproject";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-1L9e2A2u+4+QEWJW2ikuENLD0x5Khjfr7I6p+Vt4nwE=";
+    hash = "sha256-UyHjNtkULBzsa76ky+6zgjErXKCfnn2oaJPjG47Pgqw=";
   };
 
   nativeBuildInputs = [