efraim pushed a commit to branch master
in repository guix.
commit 27302fd88002f2c6453faccf912745cbc06f44fe
Author: Efraim Flashner <[email protected]>
AuthorDate: Thu Jun 24 14:36:24 2021 +0300
gnu: emacs-packed: Add source file-name.
* gnu/packages/emacs-xyz.scm (emacs-packed)[source]: Add file-name field.
---
gnu/packages/emacs-xyz.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2f9989c..1f10764 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8,7 +8,7 @@
;;; Copyright © 2016, 2017, 2018, 2019 Chris Marusich <[email protected]>
;;; Copyright © 2015, 2016, 2018, 2020 Christopher Lemmer Webber
<[email protected]>
;;; Copyright © 2016 Adriano Peluso <[email protected]>
-;;; Copyright © 2016, 2017, 2018, 2019, 2020 Efraim Flashner
<[email protected]>
+;;; Copyright © 2016, 2017, 2018, 2019, 2020, 2021 Efraim Flashner
<[email protected]>
;;; Copyright © 2016 David Thompson <[email protected]>
;;; Copyright © 2016 Matthew Jordan <[email protected]>
;;; Copyright © 2016, 2017 Roel Janssen <[email protected]>
@@ -20495,6 +20495,7 @@ file.")
(uri (git-reference
(url "https://github.com/emacscollective/packed")
(commit version)))
+ (file-name (git-file-name name version))
(sha256
(base32
"06blk8parnpq3qi6y5628q3v59c8dyi41glb289a0l16248qwphk"))))