From d889d9570e7d4041d02c6454f375f6333b606fbd Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Fri, 1 May 2026 21:19:01 +0000 Subject: [PATCH] python3Packages.lineax: 0.1.0 -> 0.1.1 Diff: https://github.com/patrick-kidger/lineax/compare/v0.1.0...v0.1.1 Changelog: https://github.com/patrick-kidger/lineax/releases/tag/v0.1.1 --- pkgs/development/python-modules/lineax/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/lineax/default.nix b/pkgs/development/python-modules/lineax/default.nix index e61fdf039eea..4afe341bd14c 100644 --- a/pkgs/development/python-modules/lineax/default.nix +++ b/pkgs/development/python-modules/lineax/default.nix @@ -20,14 +20,15 @@ buildPythonPackage (finalAttrs: { pname = "lineax"; - version = "0.1.0"; + version = "0.1.1"; pyproject = true; + __structuredAttrs = true; src = fetchFromGitHub { owner = "patrick-kidger"; repo = "lineax"; tag = "v${finalAttrs.version}"; - hash = "sha256-oUqJRp4pge3t9g7o/9PCZTb7e4EPkBEGLclHMIdUqiw="; + hash = "sha256-qclL/IE/+gLeBL4huy07npXR3sDlbrTlFfib3qVKupk="; }; build-system = [ hatchling ];