From 77204306783ef7aae8b44bcafe699cbe35fb761d Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 27 Dec 2023 16:14:17 +0100 Subject: gnu: python-protobuf: Update to 3.20.2. * gnu/packages/protobuf.scm (python-protobuf): Update to 3.20.2. Change-Id: Ic7a0f199f522ebf1e62e9179b4a7e4223594299c --- gnu/packages/protobuf.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/protobuf.scm b/gnu/packages/protobuf.scm index c157eabce0..d47b67fa61 100644 --- a/gnu/packages/protobuf.scm +++ b/gnu/packages/protobuf.scm @@ -429,14 +429,14 @@ from protobuf specification files.") (define-public python-protobuf (package (name "python-protobuf") - (version "3.20.1") + (version "3.20.2") (source (origin (method url-fetch) (uri (pypi-uri "protobuf" version)) (sha256 (base32 - "1ja2vpk9nklllmsirmil2s4l7ni9yfqvbvj47zz5xx17s1k1bhxd")))) + "0l0p2lczs5iahgkhzm3298pjl49bk9iiwngkglg7ll7fkqqwlbbi")))) (build-system python-build-system) (inputs (list protobuf)) (arguments -- cgit v1.2.3 abs'> aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
AgeCommit message (Expand)Author
2023-10-20.dir-locals.el: Adjust indentation rule for ‘test-assertm’....Ludovic Courtès
2023-09-17.dir-locals.el: Update bug-reference configuration and document it....Maxim Cournoyer
2023-09-06.dir-locals: Streamline Geiser configuration....Maxim Cournoyer
2023-06-04records: Add MATCH-RECORD-LAMBDA....(unmatched-parenthesis ew syntax
2023-06-04dir-locals: Fix MATCH-RECORD indentation....(unmatched-parenthesis d
2023-03-17Revert gexp->derivation and computed-file indentation rules....Maxim Cournoyer
2023-03-05.dir-locals.el: Allow Guix root-dir overrides when working via Tramp....Brian Cully
2023-02-19.dir-locals: Add let-keywords indentation rules....Maxim Cournoyer
2023-02-02.dir-locals.el: Adjust indentation rule for test-assertm....Maxim Cournoyer
2023-02-02.dir-locals.el: Add indentation rule for computed-file....Maxim Cournoyer
2022-09-07.dir-locals.el: Update yas snippets directory....Andrew Tropin
2022-09-05.dir-locals.el: Add .go to completion-ignored-extensions....Andrew Tropin
2022-09-05.dir-locals.el: Add guix yasnippets....Andrew Tropin
2022-07-10monads: Add 'mparameterize'....Ludovic Courtès
2022-07-10.dir-locals.el: Restore Emacs 27 lisp-fill-paragraph behavior....Maxim Cournoyer
2022-06-28.dir-locals.el: Properly indent 'wrap-script'....Maxim Cournoyer
2022-06-07.dir-locals: Adjust to bug-reference-mode in Emacs 28....Ludovic Courtès
2022-03-06import: github: Reuse HTTP connection for the /tags URL fallback....Ludovic Courtès
2022-03-06tests: Add (guix http-client) tests....Ludovic Courtès
2022-01-29.dir-locals.el: Don't mess up indentation of prepend and append....Liliana Marie Prikler