From f9fbeb4d0d8c193ae570ea6f0597acca9ffd0ccc Mon Sep 17 00:00:00 2001 From: nicoo Date: Thu, 8 Aug 2024 11:21:24 +0000 Subject: [PATCH] =?UTF-8?q?python3Packages.homf:=201.0.0=20=E2=86=92=201.1?= =?UTF-8?q?.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1.1.0 wasn't released, due to a CI/CD pipeline bug. --- pkgs/development/python-modules/homf/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/homf/default.nix b/pkgs/development/python-modules/homf/default.nix index 2e411eedc7e8..62185521fa61 100644 --- a/pkgs/development/python-modules/homf/default.nix +++ b/pkgs/development/python-modules/homf/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "homf"; - version = "1.0.0"; + version = "1.1.1"; pyproject = true; disabled = pythonOlder "3.8"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "duckinator"; repo = "homf"; rev = "refs/tags/v${version}"; - hash = "sha256-PU5VjBIVSMupTBh/qvVuZSFWpBbJOylCR02lONn9/qw="; + hash = "sha256-fDH6uJ2d/Jsnuudv+Qlv1tr3slxOJWh7b4smGS32n9A="; }; build-system = [ hatchling ];