]> git.immae.eu Git - perso/Immae/Config/Nix.git/blame - pkgs/terminal-velocity/fix_build.patch
Start splitting nix environment to smaller files
[perso/Immae/Config/Nix.git] / pkgs / terminal-velocity / fix_build.patch
CommitLineData
fcf18de4
IB
1commit a64bf3d58f6ba7f5fa72fe5b89a3973cac0c1a99
2Author: Ismaël Bouya <ismael.bouya@normalesup.org>
3Date: Sat Mar 9 20:13:52 2019 +0100
4
5 Remove mister_bump dependency
6
d0f80881
IB
7diff --git a/setup.py b/setup.py
8index 84a99e9..a783dff 100644
9--- a/setup.py
10+++ b/setup.py
11@@ -1,7 +1,9 @@
12 from setuptools import setup
13 from m2r import parse_from_file
14 import restructuredtext_lint
15-from mister_bump import bump
16+
17+def bump():
18+ return "0.2.0"
19
20 # Parser README.md into reStructuredText format
21 rst_readme = parse_from_file('README.md')