From 3ad5ed9484347f646eded224be750ab5533daccc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Thu, 30 Oct 2025 09:45:26 -0700 Subject: [PATCH] python3Packages.affine-gaps: 0.2.3 -> 0.2.4 Diff: https://github.com/gata-bio/affine-gaps/compare/v0.2.3...v0.2.4 Changelog: https://github.com/gata-bio/affine-gaps/releases/tag/v0.2.4 --- pkgs/development/python-modules/affine-gaps/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/affine-gaps/default.nix b/pkgs/development/python-modules/affine-gaps/default.nix index ac5bce042918..a71d94b2ac93 100644 --- a/pkgs/development/python-modules/affine-gaps/default.nix +++ b/pkgs/development/python-modules/affine-gaps/default.nix @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "affine-gaps"; - version = "0.2.3"; + version = "0.2.4"; pyproject = true; src = fetchFromGitHub { owner = "gata-bio"; repo = "affine-gaps"; tag = "v${version}"; - hash = "sha256-GP6Ahp1LQYnKp9V7jDEeFsntMC9Qav5kWm+5bSldtyM="; + hash = "sha256-WMH2wUqzA196FSe2TpfslQVW0PGwk7lGMRSKyfCG9rg="; }; build-system = [ hatchling ];