summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-10-26 22:49:29 +0100
committerLudovic Courtès <ludo@gnu.org>2020-10-26 22:56:29 +0100
commitab96f929c6979e9476181ab73256f993674c9a55 (patch)
tree698f68aba67ff8e669418e2b48bcc49e98544921 /gnu/packages
parentbdab33a170c57024bf8de9ab6724db0193422e92 (diff)
downloadguix-patches-ab96f929c6979e9476181ab73256f993674c9a55.tar
guix-patches-ab96f929c6979e9476181ab73256f993674c9a55.tar.gz
gnu: python-robotframework: Shorten patch file name.
* gnu/packages/patches/python-robotframework-honor-source-date-epoch.patch: Rename to... * gnu/packages/patches/python-robotframework-source-date-epoch.patch: ... this. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/python-xyz.scm (python-robotframework)[source]: Likewise.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/patches/python-robotframework-source-date-epoch.patch (renamed from gnu/packages/patches/python-robotframework-honor-source-date-epoch.patch)0
-rw-r--r--gnu/packages/python-xyz.scm2
2 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/patches/python-robotframework-honor-source-date-epoch.patch b/gnu/packages/patches/python-robotframework-source-date-epoch.patch
index ccd87911d8..ccd87911d8 100644
--- a/gnu/packages/patches/python-robotframework-honor-source-date-epoch.patch
+++ b/gnu/packages/patches/python-robotframework-source-date-epoch.patch
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 63dadb2676..6c5ccac647 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3684,7 +3684,7 @@ ecosystem, but can naturally be used also by other projects.")
(sha256
(base32 "0if0h3myb9m3hgmn1phrhq8pfp89kfqsaq32vmfdjkyjdj7y59ds"))
(patches (search-patches
- "python-robotframework-honor-source-date-epoch.patch"))))
+ "python-robotframework-source-date-epoch.patch"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases