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

Changed files
+2 -2
pkgs
development
python-modules
llm-fragments-github
+2 -2
pkgs/development/python-modules/llm-fragments-github/default.nix
···
buildPythonPackage rec {
pname = "llm-fragments-github";
-
version = "0.3";
pyproject = true;
src = fetchFromGitHub {
owner = "simonw";
repo = "llm-fragments-github";
tag = version;
-
hash = "sha256-+MNFj7auB/dUSIBDXOBaKjIYIW18GLDB55l66S37U1A=";
};
build-system = [
···
buildPythonPackage rec {
pname = "llm-fragments-github";
+
version = "0.4";
pyproject = true;
src = fetchFromGitHub {
owner = "simonw";
repo = "llm-fragments-github";
tag = version;
+
hash = "sha256-7i1WRix5AAEG5EXJqtaU+QY56aL0SePdqz84z+C+iYM=";
};
build-system = [