diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-29 23:36:59 +0200 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-30 11:53:00 +0200 |
| commit | 3573e73840a59e4168cf744b86442b181b30c243 (patch) | |
| tree | 5e67395383d3a1137f0a17c052afb3ce24e21a6d /gnu/packages/python.scm | |
| parent | cc142c91cf8bda1eb4de8b26b6ecfd0dbc7c9ee6 (diff) | |
gnu: net-snmp: Omit static library.
* gnu/packages/networking.scm (net-snmp)[arguments]: Add "--disable-static"
configure flag.
Diffstat (limited to 'gnu/packages/python.scm')
| -rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index ce424bdeb00..e694321e173 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 | |||
| 651 | (define-public micropython | 651 | (define-public micropython |
| 652 | (package | 652 | (package |
| 653 | (name "micropython") | 653 | (name "micropython") |
| 654 | (version "1.14") | 654 | (version "1.15") |
| 655 | (source | 655 | (source |
| 656 | (origin | 656 | (origin |
| 657 | (method url-fetch) | 657 | (method url-fetch) |
| @@ -659,7 +659,7 @@ To function properly, this package should not be installed together with the | |||
| 659 | "releases/download/v" version | 659 | "releases/download/v" version |
| 660 | "/micropython-" version ".tar.xz")) | 660 | "/micropython-" version ".tar.xz")) |
| 661 | (sha256 | 661 | (sha256 |
| 662 | (base32 "0k6ri3rxxnnmvcbi7z7x59r21f4vj9dcf9j64jhj1cgazmb62c4p")) | 662 | (base32 "04sfrfcljhfps340l4wh5ffwkhw1ydraday8nv92nv7gmnrj1l2j")) |
| 663 | (modules '((guix build utils))) | 663 | (modules '((guix build utils))) |
| 664 | (snippet | 664 | (snippet |
| 665 | '(begin | 665 | '(begin |
