Commit 3cd61cfc authored by R. RyanTM's avatar R. RyanTM Committed by Peter Hoeg
Browse files

crudini: 0.9.5 -> 0.9.6

parent f6b1f11c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

python3Packages.buildPythonApplication rec {
  pname = "crudini";
  version = "0.9.5";
  version = "0.9.6";
  format = "pyproject";

  src = fetchFromGitHub {
    owner = "pixelb";
    repo = "crudini";
    rev = version;
    hash = "sha256-BU4u7uBsNyDOwWUjOIlBWcf1AeUXXZ+johAe+bjws1U=";
    tag = version;
    hash = "sha256-XW9pdP+aie6v9h35gLYM0wVrcsh+dcEB7EueATOV4w4=";
  };

  postPatch = ''