From 667bd40447331f4de37a4d90d5e16dfe9a617e54 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 19 Jan 2025 21:15:28 +0100 Subject: [PATCH] python3Packages.formulaic: 1.0.2 -> 1.1.1 https://github.com/matthewwardrop/formulaic/releases/tag/v1.1.1 --- pkgs/development/python-modules/formulaic/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/formulaic/default.nix b/pkgs/development/python-modules/formulaic/default.nix index f7c6d8fff759..7faabf98b3d6 100644 --- a/pkgs/development/python-modules/formulaic/default.nix +++ b/pkgs/development/python-modules/formulaic/default.nix @@ -18,7 +18,7 @@ buildPythonPackage rec { pname = "formulaic"; - version = "1.0.2"; + version = "1.1.1"; pyproject = true; disabled = pythonOlder "3.7"; @@ -27,7 +27,7 @@ buildPythonPackage rec { owner = "matthewwardrop"; repo = "formulaic"; tag = "v${version}"; - hash = "sha256-1Ygu4o6RXXTnvve8XZi+QMhCjvUyMspYWTyUH3p6+dg="; + hash = "sha256-7vmnibL0PMZWL/unUQxN4GtLPSYKmGnhDNtE5GRDFHk="; }; env.SETUPTOOLS_SCM_PRETEND_VERSION = version; @@ -57,7 +57,7 @@ buildPythonPackage rec { meta = with lib; { description = "High-performance implementation of Wilkinson formulas"; homepage = "https://matthewwardrop.github.io/formulaic/"; - changelog = "https://github.com/matthewwardrop/formulaic/releases/tag/v${version}"; + changelog = "https://github.com/matthewwardrop/formulaic/releases/tag/${src.tag}"; license = licenses.mit; maintainers = with maintainers; [ swflint ]; };