tldr: 3.4.3 -> 3.4.4

This commit is contained in:
R. Ryantm
2026-02-14 14:36:35 +00:00
parent 9a09eea96b
commit be083c054d
+2 -2
View File
@@ -8,14 +8,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "tldr";
version = "3.4.3";
version = "3.4.4";
pyproject = true;
src = fetchFromGitHub {
owner = "tldr-pages";
repo = "tldr-python-client";
tag = finalAttrs.version;
hash = "sha256-YdVmgV7N67XswcGlUN1hhXpRXGMHhY34VBxfr7i/MBs=";
hash = "sha256-xFRpw6H4xriuwHWAGeWks/vJOzpW3+AEH/QZ0uPYtiI=";
};
build-system = with python3Packages; [