python311Packages.jinja2-git: unstable-2021-07-20 -> 1.3.0
Diff: https://github.com/wemake-services/jinja2-git/compare/c6d19b207eb6ac07182dc8fea35251d286c82512...1.3.0 Changelog: https://github.com/wemake-services/jinja2-git/blob/1.3.0/CHANGELOG.md
This commit is contained in:
@@ -7,17 +7,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "jinja2-git";
|
||||
version = "unstable-2021-07-20";
|
||||
version = "1.3.0";
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "wemake-services";
|
||||
repo = "jinja2-git";
|
||||
# this is master, we can't patch because of poetry.lock :(
|
||||
# luckily, there appear to have been zero API changes since then, only
|
||||
# dependency upgrades
|
||||
rev = "c6d19b207eb6ac07182dc8fea35251d286c82512";
|
||||
sha256 = "0yw0318w57ksn8azmdyk3zmyzfhw0k281fddnxyf4115bx3aph0g";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-XuN2L3/HLcZ/WPWiCtufDOmkxj+q4I6IOgjrGQHfNLk=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ poetry-core ];
|
||||
|
||||
Reference in New Issue
Block a user