Commit 807024af authored by R. RyanTM's avatar R. RyanTM
Browse files

zfs-autobackup: 3.2 -> 3.3

parent 371e69dc
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 ];