aboutsummaryrefslogtreecommitdiff
path: root/devel/py-typing-inspection/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-typing-inspection/files/patch-pyproject.toml')
-rw-r--r--devel/py-typing-inspection/files/patch-pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-typing-inspection/files/patch-pyproject.toml b/devel/py-typing-inspection/files/patch-pyproject.toml
index bd83d6d5483f..307603bc922e 100644
--- a/devel/py-typing-inspection/files/patch-pyproject.toml
+++ b/devel/py-typing-inspection/files/patch-pyproject.toml
@@ -1,9 +1,9 @@
--- pyproject.toml.orig 2020-02-02 00:00:00 UTC
+++ pyproject.toml
-@@ -5,8 +5,7 @@ version = '0.4.1'
+@@ -5,8 +5,7 @@ version = '0.4.2'
[project]
name = 'typing-inspection'
- version = '0.4.1'
+ version = '0.4.2'
-license = "MIT"
-license-files = ['LICENSE']
+license = { text = "MIT" }