Skip to content

Commit

Permalink
Merge pull request NixOS#320773 from luftmensch-luftmensch/errands_46…
Browse files Browse the repository at this point in the history
….2.3

errands: 46.2.2 -> 46.2.3
  • Loading branch information
Aleksanaa committed Jun 19, 2024
2 parents 43e4dde + e27d126 commit 0ed51f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/er/errands/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
}:
python3Packages.buildPythonApplication rec {
pname = "errands";
version = "46.2.2";
version = "46.2.3";

pyproject = false;

src = fetchFromGitHub {
owner = "mrvladus";
repo = "Errands";
rev = "refs/tags/${version}";
hash = "sha256-lX0exxZMbq/iC41bByMfT478vhOQadPJAN72PHiznKc=";
hash = "sha256-JBvyMWEUKUKeAOTCbzNwqpv2ox7bS9p+QsLkJv/lK8k=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 0ed51f7

Please sign in to comment.