Skip to content

Commit

Permalink
dooit: 3.0.4 -> 3.1.0 (#363526)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpkgs-merge-bot[bot] authored Dec 9, 2024
2 parents 00fc190 + ff6fe6e commit 1625f3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/do/dooit/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ let
in
python3.pkgs.buildPythonApplication rec {
pname = "dooit";
version = "3.0.4";
version = "3.1.0";
pyproject = true;

src = fetchFromGitHub {
owner = "dooit-org";
repo = "dooit";
rev = "refs/tags/v${version}";
hash = "sha256-gWpmjpgAn37hfNv4aCCb+7pW/39Ngo8/Za9AdU4YCKA=";
hash = "sha256-tqSWDW3nj+nMt7t5vgSqWvtx7YA3y2GV29gI1MYFMhc=";
};

build-system = with python3.pkgs; [ poetry-core ];
Expand Down

0 comments on commit 1625f3e

Please sign in to comment.