Commit d8935f58 authored by R. RyanTM's avatar R. RyanTM
Browse files

yakut: 0.13.0 -> 0.14.0

parent 2c25b7b5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [