aboutsummaryrefslogtreecommitdiff
path: root/patches/terminal_velocity_fix_build.patch
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-12-20 00:09:58 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-12-20 00:10:11 +0100
commitd0f8088176b96b41bb7fe5911b9a224883b4b9f1 (patch)
tree2495aa0984e6174c62e5162ede66b9116c86a0cd /patches/terminal_velocity_fix_build.patch
parent3936ddc576d7e896f5894902bcb19a045709fd6f (diff)
downloadNix-d0f8088176b96b41bb7fe5911b9a224883b4b9f1.tar.gz
Nix-d0f8088176b96b41bb7fe5911b9a224883b4b9f1.tar.zst
Nix-d0f8088176b96b41bb7fe5911b9a224883b4b9f1.zip
Add note taking applications
Diffstat (limited to 'patches/terminal_velocity_fix_build.patch')
-rw-r--r--patches/terminal_velocity_fix_build.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/patches/terminal_velocity_fix_build.patch b/patches/terminal_velocity_fix_build.patch
new file mode 100644
index 0000000..5c7f716
--- /dev/null
+++ b/patches/terminal_velocity_fix_build.patch
@@ -0,0 +1,15 @@
1diff --git a/setup.py b/setup.py
2index 84a99e9..a783dff 100644
3--- a/setup.py
4+++ b/setup.py
5@@ -1,7 +1,9 @@
6 from setuptools import setup
7 from m2r import parse_from_file
8 import restructuredtext_lint
9-from mister_bump import bump
10+
11+def bump():
12+ return "0.2.0"
13
14 # Parser README.md into reStructuredText format
15 rst_readme = parse_from_file('README.md')