aboutsummaryrefslogtreecommitdiff
path: root/crn/packages/patches
diff options
context:
space:
mode:
authorChristopher R. Nelson <christopher.nelson@languidnights.com>2023-03-26 12:21:08 -0400
committerChristopher R. Nelson <christopher.nelson@languidnights.com>2023-03-26 12:21:08 -0400
commit4849a5b03f8663f5f01832c2c7191c6e4dbc69bf (patch)
tree984857cab9a37556f43693c068164d360a6b9e55 /crn/packages/patches
initial commit
Diffstat (limited to 'crn/packages/patches')
-rw-r--r--crn/packages/patches/typeguard-version.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/crn/packages/patches/typeguard-version.patch b/crn/packages/patches/typeguard-version.patch
new file mode 100644
index 0000000..adef1e5
--- /dev/null
+++ b/crn/packages/patches/typeguard-version.patch
@@ -0,0 +1,9 @@
+--- a/setup.cfg 2023-03-25 12:48:39.885304905 -0400
++++ b/setup.cfg 2023-03-25 12:49:00.593286388 -0400
+@@ -1,5 +1,6 @@
+ [metadata]
+ name = typeguard
++version = 2.13.3
+ description = Run-time type checker for Python
+ long_description = file: README.rst
+ author = Alex Grönholm