Unverified Commit 711a8dac authored by Fabián Heredia Montiel's avatar Fabián Heredia Montiel Committed by GitHub
Browse files

errands: 46.2.4 -> 46.2.5 (#346635)

parents f8edec1b d915be9d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
}:
python3Packages.buildPythonApplication rec {
  pname = "errands";
  version = "46.2.4";
  version = "46.2.5";

  pyproject = false;

@@ -25,7 +25,7 @@ python3Packages.buildPythonApplication rec {
    owner = "mrvladus";
    repo = "Errands";
    rev = "refs/tags/${version}";
    hash = "sha256-qk3CbxMj3PiuK7KkgtmH/A549mpNd70gYAW56P5nmu8=";
    hash = "sha256-peIsTSmqjLHdmd5Xrqh6XKXjEbwhNE+FOH/pEY0QqdI=";
  };

  nativeBuildInputs = [