gnu: gfeeds: Add source file-name.

* gnu/packages/syndication.scm (gfeeds)[source]: Add file-name field.
This commit is contained in:
Efraim Flashner 2022-11-14 15:22:49 +02:00
parent a2250d1793
commit 2b5b3c71d8
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -543,6 +543,7 @@ (define-public gfeeds
(uri (git-reference
(url "https://gitlab.gnome.org/World/gfeeds")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"1lkvhff7pl1y4brqsix6sar5yl8flyhfp3w96fx0klhk3586bvhg"))))