Unverified Commit 49cca7c9 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

yakut: 0.13.0 -> 0.14.0 (#408010)

parents feba5253 d8935f58
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 = [