Commit 5402b046 authored by Aljaž M. Eržen's avatar Aljaž M. Eržen Committed by zowoq
Browse files

zensical: 0.0.16 -> 0.0.17

parent 1be77f7c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

python3Packages.buildPythonApplication rec {
  pname = "zensical";
  version = "0.0.16";
  version = "0.0.17";
  pyproject = true;

  # We fetch from PyPi, because GitHub repo does not contain all sources.
@@ -16,12 +16,12 @@ python3Packages.buildPythonApplication rec {
  # We could combine sources, but then nix-update won't work.
  src = fetchPypi {
    inherit pname version;
    hash = "sha256-C3WduiRUGXvb8bEz3E6mToIC5nVwNqbrqtfkXsCgnbg=";
    hash = "sha256-kAAYNUTY6XXPgeH44sSWPyiMfz9DaQLooQ3K9G5oCeI=";
  };

  cargoDeps = rustPlatform.fetchCargoVendor {
    inherit pname version src;
    hash = "sha256-ksFmYf9Yu+xlQw3tSa1mwdWlOhyK4hqtEZq4dULL4Fs=";
    hash = "sha256-i+9A1EFmG2hmq4WHOX9fVNqklupxFzX22Eewyg4sie0=";
  };

  nativeBuildInputs = with rustPlatform; [