Unverified Commit 347a8ce6 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #288338 from r-ryantm/auto-update/zfs-replicate

zfs-replicate: 3.2.6 -> 3.2.7
parents e015f24e 94cce576
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,12 +11,12 @@

buildPythonApplication rec {
  pname = "zfs_replicate";
  version = "3.2.6";
  format = "pyproject";
  version = "3.2.7";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-K+OCJmx0KfFTuaP3c5oFJqWa+zqYJtoruO2v/F0FtfA=";
    hash = "sha256-+FJuV9BVfG2LbakE4Pw5ZhooSGq8xey9f3ATPTlCSkg=";
  };

  postPatch = ''