Merge pull request #325789 from doronbehar/pkg/uncertainties

python312Packages.uncertainties: 3.2.1 -> 3.2.2
This commit is contained in:
Doron Behar 2024-07-10 09:23:45 +03:00 committed by GitHub
commit e691f848a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = [