yakut: 0.13.0 -> 0.14.0

This commit is contained in:
R. Ryantm
2025-05-17 14:59:53 +00:00
parent 2c25b7b552
commit d8935f58f5
@@ -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 = [