about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2024-07-10 09:23:45 +0300
committerGitHub <noreply@github.com>2024-07-10 09:23:45 +0300
commite691f848a29bb0e156f08450d7b2604971b91f92 (patch)
tree78b50a7daa1f45c337dd29a0215bcdb411a70d68 /pkgs
parent0ca2f1e383a59007733868a651072b008aed2a6d (diff)
parent68065e94184d1b660773ab729d16be31e88f9572 (diff)
Merge pull request #325789 from doronbehar/pkg/uncertainties
python312Packages.uncertainties: 3.2.1 -> 3.2.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/uncertainties/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/uncertainties/default.nix b/pkgs/development/python-modules/uncertainties/default.nix
index d20b06a2ee359..9d8cb99be6852 100644
--- a/pkgs/development/python-modules/uncertainties/default.nix
+++ b/pkgs/development/python-modules/uncertainties/default.nix
@@ -16,14 +16,14 @@
 
 buildPythonPackage rec {
   pname = "uncertainties";
-  version = "3.2.1";
+  version = "3.2.2";
   pyproject = true;
 
   src = fetchFromGitHub {
     owner = "lmfit";
     repo = "uncertainties";
     rev = "refs/tags/${version}";
-    hash = "sha256-AaFazHeq7t4DnG2s9GvmAJ3ni62PWHR//mNPL+WyGSI=";
+    hash = "sha256-cm0FeJCxyBLN0GCKPnscBCx9p9qCDQdwRfhBRgQIhAo=";
   };
 
   build-system = [