From 1927529a05eefe6e62db1b99e81e8ccebfd6954b Mon Sep 17 00:00:00 2001 From: Philip Taron Date: Tue, 27 May 2025 06:17:23 -0700 Subject: [PATCH] python3Packages.llm-fragments-github: 0.3 -> 0.4 Diff: https://github.com/simonw/llm-fragments-github/compare/refs/tags/0.3...refs/tags/0.4 Changelog: https://github.com/simonw/llm-fragments-github/releases/tag/0.4/CHANGELOG.md --- .../python-modules/llm-fragments-github/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/llm-fragments-github/default.nix b/pkgs/development/python-modules/llm-fragments-github/default.nix index dbadab8094de..9b8c3d3c5a72 100644 --- a/pkgs/development/python-modules/llm-fragments-github/default.nix +++ b/pkgs/development/python-modules/llm-fragments-github/default.nix @@ -9,14 +9,14 @@ buildPythonPackage rec { pname = "llm-fragments-github"; - version = "0.3"; + version = "0.4"; pyproject = true; src = fetchFromGitHub { owner = "simonw"; repo = "llm-fragments-github"; tag = version; - hash = "sha256-+MNFj7auB/dUSIBDXOBaKjIYIW18GLDB55l66S37U1A="; + hash = "sha256-7i1WRix5AAEG5EXJqtaU+QY56aL0SePdqz84z+C+iYM="; }; build-system = [