me
/
guix
Archived
1
0
Fork 0

gnu: gfeeds: Add source file-name.

* gnu/packages/syndication.scm (gfeeds)[source]: Add file-name field.
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
1 changed files with 1 additions and 0 deletions

View File

@ -543,6 +543,7 @@ parser. It is \"not fit for use at this point\", but gfeeds uses it anyway.")
(uri (git-reference
(url "https://gitlab.gnome.org/World/gfeeds")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"1lkvhff7pl1y4brqsix6sar5yl8flyhfp3w96fx0klhk3586bvhg"))))