From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: [PATCH] psyclpc: reproducible, psyc.scm -> messaging.scm move Date: Wed, 23 Nov 2016 19:04:35 +0000 Message-ID: <20161123190437.23966-1-ng0@libertad.pw> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52129) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c9csZ-0000KB-Em for guix-devel@gnu.org; Wed, 23 Nov 2016 14:06:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c9csV-00037i-HN for guix-devel@gnu.org; Wed, 23 Nov 2016 14:06:47 -0500 Received: from aibo.runbox.com ([91.220.196.211]:46541) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c9csV-000364-Aw for guix-devel@gnu.org; Wed, 23 Nov 2016 14:06:43 -0500 Received: from [10.9.9.210] (helo=mailfront10.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1c9csU-0006Ll-3b for guix-devel@gnu.org; Wed, 23 Nov 2016 20:06:42 +0100 Received: from xd9bb9bef.dyn.telefonica.de ([217.187.155.239] helo=localhost) by mailfront10.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1c9cqV-0001It-Gb for guix-devel@gnu.org; Wed, 23 Nov 2016 20:04:39 +0100 List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org [PATCH 1/2] gnu: psyclpc: Make it reproducible. Update to a commit which makes psyclpc reproducible. No new release so far, that's why it's still a git commit. [PATCH 2/2] gnu: Move content of (gnu packages psyc) into (gnu packages messaging). Someone said this is the more general purpose place for everything not irc. While psyc is a protocol, it's okay that it will be in messaging, just don't move it into irc.