Skip to content

Commit

Permalink
makejinja: 2.6.2 -> 2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkolenz committed Dec 23, 2024
1 parent 7dd2a13 commit 5d79811
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/ma/makejinja/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@

python3Packages.buildPythonApplication rec {
pname = "makejinja";
version = "2.6.2";
version = "2.7.2";
pyproject = true;

src = fetchFromGitHub {
owner = "mirkolenz";
repo = "makejinja";
rev = "refs/tags/v${version}";
hash = "sha256-xrXyXFmh9df04I/zcSvQXsyUPrAvbOyyrhx8RNS3Ojs=";
tag = "v${version}";
hash = "sha256-WyTv4eTsEPn3pCCXUB0YUfv9SyR/6Ml4UU4zt1k5z2c=";
};

build-system = with python3Packages; [ poetry-core ];
build-system = with python3Packages; [ setuptools ];

dependencies =
with python3Packages;
Expand Down

0 comments on commit 5d79811

Please sign in to comment.