about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-05-08 09:45:19 -0500
committerGitHub <noreply@github.com>2022-05-08 09:45:19 -0500
commit3b146376c46b93a80a72ec7ee33580e3b7be086c (patch)
treea480375656eb25414bf51460261169ee7ec7fec3 /pkgs
parent050228191c5460971ab450911feee549bcf07cfe (diff)
parent51f78a34bf57954ae30aad58aceb04da9d0e7800 (diff)
Merge pull request #172056 from r-ryantm/auto-update/python3.10-poetry-dynamic-versioning
python310Packages.poetry-dynamic-versioning: 0.15.0 -> 0.16.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/poetry-dynamic-versioning/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/poetry-dynamic-versioning/default.nix b/pkgs/development/python-modules/poetry-dynamic-versioning/default.nix
index b662452d8a0b4..bdc484fd1bb3c 100644
--- a/pkgs/development/python-modules/poetry-dynamic-versioning/default.nix
+++ b/pkgs/development/python-modules/poetry-dynamic-versioning/default.nix
@@ -12,7 +12,7 @@
 
 buildPythonPackage rec {
   pname = "poetry-dynamic-versioning";
-  version = "0.15.0";
+  version = "0.16.0";
   format = "pyproject";
 
   disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
     owner = "mtkennerly";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-RHCP5SakizURg5MwD96Bxs/NvoTdPSCKWVYt5m4meLA=";
+    hash = "sha256-dLtZSm10OYWLRK4eRo83RczW0zBVAUF0HQXLQbeDJCk=";
   };
 
   nativeBuildInputs = [