]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - pkgs/terminal-velocity/fix_build.patch
Squash changes containing private information
[perso/Immae/Config/Nix.git] / pkgs / terminal-velocity / fix_build.patch
diff --git a/pkgs/terminal-velocity/fix_build.patch b/pkgs/terminal-velocity/fix_build.patch
deleted file mode 100644 (file)
index b08e0c4..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-commit a64bf3d58f6ba7f5fa72fe5b89a3973cac0c1a99
-Author: IsmaĆ«l Bouya <ismael.bouya@normalesup.org>
-Date:   Sat Mar 9 20:13:52 2019 +0100
-
-    Remove mister_bump dependency
-
-diff --git a/setup.py b/setup.py
-index 84a99e9..a783dff 100644
---- a/setup.py
-+++ b/setup.py
-@@ -1,7 +1,9 @@
- from setuptools import setup
- from m2r import parse_from_file
- import restructuredtext_lint
--from mister_bump import bump
-+
-+def bump():
-+    return "0.2.0"
- # Parser README.md into reStructuredText format
- rst_readme = parse_from_file('README.md')