This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9b18e56  gnu: beets-next: Declare a source file-name.
9b18e56 is described below

commit 9b18e5696931fcb858bf0531670b2ded7c2b4505
Author: Efraim Flashner <[email protected]>
AuthorDate: Fri Feb 5 13:51:33 2021 +0200

    gnu: beets-next: Declare a source file-name.
    
    * gnu/packages/music.scm (beets-next)[source]: Add file-name field.
---
 gnu/packages/music.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index fac029f..7d29586 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -3,7 +3,7 @@
 ;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021 Ricardo Wurmus 
<[email protected]>
 ;;; Copyright © 2015 Paul van der Walt <[email protected]>
 ;;; Copyright © 2016 Al McElrath <[email protected]>
-;;; Copyright © 2016, 2017, 2019 Efraim Flashner <[email protected]>
+;;; Copyright © 2016, 2017, 2019, 2021 Efraim Flashner <[email protected]>
 ;;; Copyright © 2016, 2018 Leo Famulari <[email protected]>
 ;;; Copyright © 2016, 2017, 2019 Kei Kebreau <[email protected]>
 ;;; Copyright © 2016 John J. Foerch <[email protected]>
@@ -3496,6 +3496,7 @@ websites such as Libre.fm.")
                 (uri (git-reference
                       (url "https://github.com/beetbox/beets";)
                       (commit commit)))
+                (file-name (git-file-name "beets" version))
                 (sha256
                  (base32
                   "092a9sss2shhcjmpgbwvscv8brpm5970i5hddkhi81xcff3bg1h4"))))

Reply via email to