about summary refs log tree commit diff
path: root/pkgs/development/python-modules/hepunits
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-04-10 10:43:46 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-04-10 10:43:46 +0000
commitc46fd0ae27ca1d9a1d550d8bf7a659d2ca44e961 (patch)
tree3193a8ad8e191bc3643f15c7ebf83a82944fba20 /pkgs/development/python-modules/hepunits
parente41c8ea86d8b6481ec4f8c62d746c431881cdf52 (diff)
python310Packages.hepunits: 2.3.1 -> 2.3.2
Diffstat (limited to 'pkgs/development/python-modules/hepunits')
-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 51902da85d577..9106948470332 100644
--- a/pkgs/development/python-modules/hepunits/default.nix
+++ b/pkgs/development/python-modules/hepunits/default.nix
@@ -8,12 +8,12 @@
 
 buildPythonPackage rec {
   pname = "hepunits";
-  version = "2.3.1";
+  version = "2.3.2";
   format = "pyproject";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-sRdLuk1XW5k5wB80HiTZvb4ODNTMTOLn13aS2hkUXPs=";
+    hash = "sha256-ijNm+l1ywWrxFm7Vec2qge3SZ2rLj2of59opDO/KOwg=";
   };
 
   nativeBuildInputs = [