yakut: 0.14.1 -> 0.14.2

This commit is contained in:
R. Ryantm
2026-02-13 11:29:19 +00:00
parent b58b6cc8d8
commit 3da4f9e853
@@ -18,12 +18,12 @@
buildPythonApplication rec {
pname = "yakut";
version = "0.14.1";
version = "0.14.2";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-wCchb0bSnwlEwgb/Oe0gHnkEU3F+cotlvv/WXAr72i8=";
hash = "sha256-Z/lzUZwUKQne0iGRPvXiATPgegoSbNE4GBgU+i6H5q0=";
};
buildInputs = [