Skip to content

Commit 49cca7c

Browse files
yakut: 0.13.0 -> 0.14.0 (#408010)
2 parents feba525 + d8935f5 commit 49cca7c

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)