diff --git a/hypothesis-3.38.4.tar.gz b/hypothesis-3.38.4.tar.gz
deleted file mode 100644
index 25731b7..0000000
--- a/hypothesis-3.38.4.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:4163f599c0c0ffd283531001795a6a14f9ed8ceb6b2a2ebe1eb6e37da6a217ed
-size 129660
diff --git a/hypothesis-3.38.5.tar.gz b/hypothesis-3.38.5.tar.gz
new file mode 100644
index 0000000..b9f3ea2
--- /dev/null
+++ b/hypothesis-3.38.5.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fb6986e6b46c43cefe10cd0f0f3a7a792ad89de3fb5e2b1f8837c8cbb9b93dce
+size 129849
diff --git a/python-hypothesis.changes b/python-hypothesis.changes
index cd43e8e..b4d5ba4 100644
--- a/python-hypothesis.changes
+++ b/python-hypothesis.changes
@@ -1,3 +1,14 @@
+-------------------------------------------------------------------
+Sun Nov 26 21:26:33 UTC 2017 - arun@gmx.de
+
+- update to version 3.38.5:
+  * This fixes the repr of strategies using lambda that are defined
+    inside decorators to include the lambda source.
+    This would mostly have been visible when using the statistics
+    functionality - lambdas used for e.g. filtering would have shown
+    up with a <unknown> as their body. This can still happen, but it
+    should happen less often now.
+
 -------------------------------------------------------------------
 Wed Nov 22 19:42:32 UTC 2017 - arun@gmx.de
 
diff --git a/python-hypothesis.spec b/python-hypothesis.spec
index fc38ce0..be3a8e9 100644
--- a/python-hypothesis.spec
+++ b/python-hypothesis.spec
@@ -24,7 +24,7 @@
 %endif
 %bcond_with test
 Name:           python-hypothesis
-Version:        3.38.4
+Version:        3.38.5
 Release:        0
 Summary:        A library for property based testing
 License:        MPL-2.0