efraim pushed a commit to branch master
in repository guix.
commit eee4173ccc442a05c6c7a031e802deb862e5cf74
Author: Efraim Flashner <[email protected]>
AuthorDate: Wed Apr 22 22:55:10 2020 +0300
gnu: guile-8sync: Add support for gnu updater.
* gnu/packages/guile-xyz.scm (guile-8sync)[properties]: New field. Add
upstream-name.
---
gnu/packages/guile-xyz.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index cd56a58..6ec1c4c 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -417,6 +417,7 @@ and then run @command{scm example.scm}.")
library for GNU Guile based on the actor model.
Note that 8sync is only available for Guile 2.2.")
+ (properties '((upstream-name . "8sync")))
(license license:lgpl3+)))
(define-public guile-daemon