aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjgart <jgart@dismail.de>2022-10-11 16:10:31 -0500
committerChristopher Baines <mail@cbaines.net>2022-10-13 12:28:15 +0100
commitf22bc5fd5e195799a3936715f77a67b6efab4f9d (patch)
treed8ee745b95982cd445f7774b12b7ffb21eb5c0d4
parent5dec941818b8a65ff2c1b8f1ed893c256a26e86c (diff)
downloadguix-f22bc5fd5e195799a3936715f77a67b6efab4f9d.tar.gz
guix-f22bc5fd5e195799a3936715f77a67b6efab4f9d.zip
gnu: micropython: Update to 1.19.
* gnu/packages/python.scm (micropython): Update to 1.19. v2 adds my copyright declaration. thnx! Signed-off-by: Christopher Baines <mail@cbaines.net>
-rw-r--r--gnu/packages/python.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index edbdf7cfad..e31158dfc0 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -59,6 +59,7 @@
;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2020, 2021 Greg Hogan <code@greghogan.com>
;;; Copyright © 2022 Philip McGrath <philip@philipmcgrath.com>
+;;; Copyright © 2022 jgart <jgart@dismail.de>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -680,7 +681,7 @@ and the unversioned commands available.")))
(define-public micropython
(package
(name "micropython")
- (version "1.18")
+ (version "1.19")
(source
(origin
(method url-fetch)
@@ -688,7 +689,7 @@ and the unversioned commands available.")))
"releases/download/v" version
"/micropython-" version ".tar.xz"))
(sha256
- (base32 "1d1yza02pwq3kh8531ryq9sjk7zjqh786nnw397cccfk5ss73z4n"))
+ (base32 "090bbls5vnicynjyjqqd5zqwx8d6zxp7wlnrxgh0b4s8cyf5i8zj"))
(modules '((guix build utils)))
(snippet
'(begin
tr> 2023-01-05system, home: Factorize default '.bashrc'....Ludovic Courtès 2022-12-23home: xdg: Add with-imported-modules to xdg activation script....Andrew Tropin 2022-12-19home: xdg: Make it possible to extend user-directories service....Andrew Tropin 2022-12-02home: services: Use 'match-record' instead of 'match'....Ludovic Courtès 2022-12-01home: xdg: Export xdg-base/user-directories getters....Andrew Tropin 2022-11-18home: services: redshift: Add 'configuration' action....Ludovic Courtès 2022-11-17Fix problems initially introduced in commit 543d971ed2, now reinstated....Maxim Cournoyer 2022-11-17Revert "services: configuration: Revert to a working ‘guix home’."...Maxim Cournoyer 2022-11-13services: configuration: Revert to a working ‘guix home’....Tobias Geerinckx-Rice 2022-11-15services: mcron: Add log? and log-format fields to mcron-configuration....Maxim Cournoyer 2022-10-17home: dbus: Inherit environment variables from shepherd....Andrew Tropin 2022-10-17home: dbus: Remove unecessary list call....Andrew Tropin 2022-10-14home: home-dbus-service-type: Fix make-forkexec-constructor call....( 2022-10-13gnu: home: Add home-dbus-service-type....( via Guix-patches via 2022-10-04home: Add home-batsignal-service-type....( via Guix-patches via 2022-09-14home: shepherd: Add daemonize? option to configuration....Andrew Tropin 2022-09-12home: shepherd: Add shepherd/init.scm to XDG_CONFIG_HOME....Andrew Tropin 2022-08-25services: Use the new maybe/unset API....Attila Lendvai 2022-08-10home: ssh: Fix invalid value error for address-family....Maxim Cournoyer 2022-08-05home: xdg: Skip mkdir XDG_RUNTIME_DIR in activation script....Andrew Tropin 2022-08-05home: xdg: Use a single @ instead of @@....Andrew Tropin