From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: [PATCH 6/6] gnu: python-llfuse@0.41: Update to 0.41.1. Date: Mon, 14 Mar 2016 19:34:26 -0400 Message-ID: References: Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37697) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afc0P-0000iM-S8 for guix-devel@gnu.org; Mon, 14 Mar 2016 19:34:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1afc0N-0000uF-UH for guix-devel@gnu.org; Mon, 14 Mar 2016 19:34:33 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:54043) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afc0N-0000uB-QR for guix-devel@gnu.org; Mon, 14 Mar 2016 19:34:31 -0400 Received: from jasmine.lan (c-69-249-5-231.hsd1.pa.comcast.net [69.249.5.231]) by mail.messagingengine.com (Postfix) with ESMTPA id 883B7C0001E for ; Mon, 14 Mar 2016 19:34:30 -0400 (EDT) In-Reply-To: In-Reply-To: References: 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org * gnu/packages/python.scm (python-llfuse@0.41): Update to 0.41.1. --- gnu/packages/python.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 5aea1b3..24cacee 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -5418,7 +5418,7 @@ should be stored on various operating systems.") ;; For attic@0.16 (define-public python-llfuse@0.41 (package (inherit python-llfuse) - (version "0.41") + (version "0.41.1") (source (origin (method url-fetch) (uri (string-append @@ -5426,7 +5426,7 @@ should be stored on various operating systems.") "llfuse-" version ".tar.bz2")) (sha256 (base32 - "0yzy8ixpmxk00kdq6lx5vvwbs0n6s59qnja5q0js2ahbqyxiz2hb")))) + "1imlqw9b73086y97izr036f58pgc5akv4ihc2rrf8j5h75jbrlaa")))) ;; Python-LLFUSE < 0.42 includes underscore.js, which is MIT (expat) ;; licensed. The rest of the package is licensed under LGPL2.0 or later. (license (list license:expat lgpl2.0+)))) -- 2.6.3