diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-10 20:44:30 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-11 05:32:51 +0200 |
commit | 93b3dc523ef79215f9ac0a26c968770db689f5f0 (patch) | |
tree | a331925d282f5eaaf54cdf5f95cff4aa4498ff7d | |
parent | a287c7fdbc82436a646fd556a14b624246e0e8b3 (diff) | |
download | patches-93b3dc523ef79215f9ac0a26c968770db689f5f0.tar patches-93b3dc523ef79215f9ac0a26c968770db689f5f0.tar.gz |
gnu: emacs-mkmcc-gnuplot-mode: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-mkmcc-gnuplot-mode)[source]: Use GIT-FILE-NAME.
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 7e19f7ce71..31e7b6a443 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -13553,7 +13553,7 @@ front end to mpc, a client for the @dfn{Music Player Daemon} (MPD).") (uri (git-reference (url "https://github.com/mkmcc/gnuplot-mode") (commit "601f6392986f0cba332c87678d31ae0d0a496ce7"))) - (file-name (string-append name "-" version "-checkout")) + (file-name (git-file-name name version)) (sha256 (base32 "14f0yh1rjqc3337j4sbqzfb7pjim2c8a7wk1a73xkrdkmjn82vgb")))) |