Commit 5f7d327a authored by R. RyanTM's avatar R. RyanTM
Browse files

zensical: 0.0.28 -> 0.0.31

parent 5f3cb169
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

python3Packages.buildPythonApplication (finalAttrs: {
  pname = "zensical";
  version = "0.0.28";
  version = "0.0.31";
  pyproject = true;

  # We fetch from PyPi, because GitHub repo does not contain all sources.
@@ -16,12 +16,12 @@ python3Packages.buildPythonApplication (finalAttrs: {
  # We could combine sources, but then nix-update won't work.
  src = fetchPypi {
    inherit (finalAttrs) pname version;
    hash = "sha256-r311obKXch38m4l/cptgHlaz5WaZCpienj43OozQTEA=";
    hash = "sha256-nBLwe95wxL/bE9bK4b7fjRgGTSV6boESihUlArKKj8M=";
  };

  cargoDeps = rustPlatform.fetchCargoVendor {
    inherit (finalAttrs) pname version src;
    hash = "sha256-pykOMh1BsGyMWwvxvGdfQP9XwH9GDBqPig1L/MA+974=";
    hash = "sha256-5lsL42TYg7AsnCxzLcg/KEewcTKLBKvRMJtu+fBkgeY=";
  };

  nativeBuildInputs = with rustPlatform; [