Unverified Commit f5c96024 authored by Christian Kögler's avatar Christian Kögler Committed by GitHub
Browse files

zfs-autobackup: 3.2 -> 3.3 (#367985)

parents 6b76c127 807024af
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,12 +6,12 @@

python3Packages.buildPythonApplication rec {
  pname = "zfs-autobackup";
  version = "3.2";
  version = "3.3";

  src = fetchPypi {
    inherit version;
    pname = "zfs_autobackup";
    hash = "sha256-rvtY7fsn2K2hueAsQkaPXcwxUAgE8j+GsQFF3eJKG2o=";
    hash = "sha256-nAc1mdrtIEmUS0uMqOdvV07xP02MFj6F5uCTiCXtnMs=";
  };

  propagatedBuildInputs = with python3Packages; [ colorama ];