guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: guile-8sync: Add support for gnu updater.


From: guix-commits
Subject: 01/03: gnu: guile-8sync: Add support for gnu updater.
Date: Wed, 22 Apr 2020 16:10:59 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit eee4173ccc442a05c6c7a031e802deb862e5cf74
Author: Efraim Flashner <address@hidden>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]