From 3573e73840a59e4168cf744b86442b181b30c243 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 29 May 2021 23:36:59 +0200 Subject: gnu: net-snmp: Omit static library. * gnu/packages/networking.scm (net-snmp)[arguments]: Add "--disable-static" configure flag. --- gnu/packages/python.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/python.scm') diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index ce424bdeb0..e694321e17 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -651,7 +651,7 @@ To function properly, this package should not be installed together with the (define-public micropython (package (name "micropython") - (version "1.14") + (version "1.15") (source (origin (method url-fetch) @@ -659,7 +659,7 @@ To function properly, this package should not be installed together with the "releases/download/v" version "/micropython-" version ".tar.xz")) (sha256 - (base32 "0k6ri3rxxnnmvcbi7z7x59r21f4vj9dcf9j64jhj1cgazmb62c4p")) + (base32 "04sfrfcljhfps340l4wh5ffwkhw1ydraday8nv92nv7gmnrj1l2j")) (modules '((guix build utils))) (snippet '(begin -- cgit v1.2.3