Unverified Commit e691f848 authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

Merge pull request #325789 from doronbehar/pkg/uncertainties

python312Packages.uncertainties: 3.2.1 -> 3.2.2
parents 0ca2f1e3 68065e94
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [