Unverified Commit 94cce576 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

zfs-replicate: update pyproject format

parent 35b2e97c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
buildPythonApplication rec {
  pname = "zfs_replicate";
  version = "3.2.7";
  format = "pyproject";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;