Skip to content

Commit d8935f5

Browse files
committed
yakut: 0.13.0 -> 0.14.0
1 parent 2c25b7b commit d8935f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/tools/misc/yakut/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818

1919
buildPythonApplication rec {
2020
pname = "yakut";
21-
version = "0.13.0";
21+
version = "0.14.0";
2222
format = "setuptools";
2323

2424
src = fetchPypi {
2525
inherit pname version;
26-
hash = "sha256-MBVSt01D36rBPW2bopujyu8Opwwavmm7S3tdaWp5ACw=";
26+
hash = "sha256-58SYSbKJWFgxm8QAaLPIDfVowV+NEh2nMEDrwSSBDbI=";
2727
};
2828

2929
buildInputs = [

0 commit comments

Comments
 (0)