Philip Taron 2025-05-27 06:17:23 -07:00
parent a8e9182cd8
commit 1927529a05

View file

@ -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 = [