Unverified Commit 00072867 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

dotbot: 1.23.0 -> 1.23.1 (#431005)

parents 503ec4e9 625588af
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3Packages.buildPythonApplication rec {
  pname = "dotbot";
  version = "1.23.0";
  version = "1.23.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "anishathalye";
    repo = "dotbot";
    tag = "v${version}";
    hash = "sha256-Bv9nvS8DxmpMB5Bo4Sw2+rVbrnQIcnc/hQZiq0qeJxc=";
    hash = "sha256-Yq6mpBUokt4Zi84xyA5bayW1WLXEUXFev2aDJ/q/Fgo=";
  };

  preCheck = ''