python3Packages.formulaic: 1.2.0 -> 1.2.1

This commit is contained in:
R. Ryantm
2025-09-22 11:01:03 +00:00
parent 734d9fee04
commit a49cf7bdbc

View File

@@ -20,7 +20,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "formulaic"; pname = "formulaic";
version = "1.2.0"; version = "1.2.1";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.9"; disabled = pythonOlder "3.9";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "matthewwardrop"; owner = "matthewwardrop";
repo = "formulaic"; repo = "formulaic";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-+MyMxtX3DCmluf+8dvo0uulc1AeKE6les1xiRGVWjPU="; hash = "sha256-mZt+cwk/AaUmmeCj7aLu1QEBqlPUVUqQbYdgETMj/vY=";
}; };
env.SETUPTOOLS_SCM_PRETEND_VERSION = version; env.SETUPTOOLS_SCM_PRETEND_VERSION = version;