python3Packages.sciform: 0.39.0 -> 0.39.1

This commit is contained in:
R. Ryantm
2025-09-17 04:08:38 +00:00
parent ac8e9fb8c8
commit ee41d999cc

View File

@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "sciform";
version = "0.39.0";
version = "0.39.1";
pyproject = true;
src = fetchFromGitHub {
owner = "jagerber48";
repo = "sciform";
tag = version;
hash = "sha256-5rgTnvckR9bGDgcVZEie+swpc5MEwKQuFHa7zvHiqr8=";
hash = "sha256-t43v3xnZap6NayzqBVvw2PzPzHZ5QPSEO5aRzS8AKKE=";
};
build-system = [