yakut: 0.13.0 -> 0.14.0 (#408010)

This commit is contained in:
Arne Keller
2025-05-21 10:40:15 +02:00
committed by GitHub
@@ -18,12 +18,12 @@
buildPythonApplication rec {
pname = "yakut";
version = "0.13.0";
version = "0.14.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-MBVSt01D36rBPW2bopujyu8Opwwavmm7S3tdaWp5ACw=";
hash = "sha256-58SYSbKJWFgxm8QAaLPIDfVowV+NEh2nMEDrwSSBDbI=";
};
buildInputs = [