about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2024-06-16 07:53:59 +0300
committerGitHub <noreply@github.com>2024-06-16 07:53:59 +0300
commite2bc29663faba1601c15560d52ae341eb21c1543 (patch)
tree5d0559e0f50fed73bc0603009074770b444dd625 /pkgs
parent0867cb01f6d869e6f67f95e01cec15eb6b3268ab (diff)
parent72561bd6ad4876bc41085b59f075c58426c54243 (diff)
Merge pull request #319726 from r-ryantm/auto-update/python311Packages.hepunits
python311Packages.hepunits: 2.3.3 -> 2.3.4
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/hepunits/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/hepunits/default.nix b/pkgs/development/python-modules/hepunits/default.nix
index 5056c6867868d..8664d4b23665b 100644
--- a/pkgs/development/python-modules/hepunits/default.nix
+++ b/pkgs/development/python-modules/hepunits/default.nix
@@ -9,12 +9,12 @@
 
 buildPythonPackage rec {
   pname = "hepunits";
-  version = "2.3.3";
+  version = "2.3.4";
   format = "pyproject";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-Z9fMd81U1ytpwmpo5e+teEK29o+ovGJ7uQ5BF3q+aUU=";
+    hash = "sha256-qEK4hqZ7oFY6NHFVJ3z9yPtnAggjNmG8urnyip34zWA=";
   };
 
   nativeBuildInputs = [