Skip to content

Commit

Permalink
python310Packages.poetry-dynamic-versioning: 0.21.5 -> 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tjni committed Aug 29, 2023
1 parent 3d45708 commit b522470
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
, dunamai
, fetchFromGitHub
, jinja2
, markupsafe
, poetry-core
, poetry
, pytestCheckHook
Expand All @@ -13,7 +12,7 @@

buildPythonPackage rec {
pname = "poetry-dynamic-versioning";
version = "0.21.5";
version = "1.0.1";
format = "pyproject";

disabled = pythonOlder "3.7";
Expand All @@ -22,7 +21,7 @@ buildPythonPackage rec {
owner = "mtkennerly";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-YFbIQLIbedErdKiPlZf0+6qtZexuJ6Q6pzhy54vSK5Y=";
hash = "sha256-BGAo3c0TzyhIiDtZjoEP+Eeu51WJB3Wg71poFMWJ+VM=";
};

nativeBuildInputs = [
Expand All @@ -32,7 +31,6 @@ buildPythonPackage rec {
propagatedBuildInputs = [
dunamai
jinja2
markupsafe
tomlkit
];

Expand Down

0 comments on commit b522470

Please sign in to comment.