[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/78: gnu: python-ruamel.yaml.clib: Update to 0.2.8.
From: |
guix-commits |
Subject: |
10/78: gnu: python-ruamel.yaml.clib: Update to 0.2.8. |
Date: |
Fri, 23 Feb 2024 03:11:58 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit b75eeda59e1de2c4b90ae26d581ed185804e3ee9
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Fri Oct 20 16:33:50 2023 +0100
gnu: python-ruamel.yaml.clib: Update to 0.2.8.
* gnu/packages/serialization.scm (python-ruamel.yaml.clib): Update to 0.2.8.
Change-Id: I18172bb4cad80b0e1a5db11fbc8fb937f46a1862
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
---
gnu/packages/serialization.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm
index a69245274a..cceef41a2a 100644
--- a/gnu/packages/serialization.scm
+++ b/gnu/packages/serialization.scm
@@ -18,6 +18,7 @@
;;; Copyright © 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
;;; Copyright © 2024 Paul A. Patience <paul@apatience.com>
+;;; Copyright © 2024 Arun Isaac <arunisaac@systemreboot.net>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -773,7 +774,7 @@ style and key ordering are kept, so you can diff the
source.")
(define-public python-ruamel.yaml.clib
(package
(name "python-ruamel.yaml.clib")
- (version "0.2.6")
+ (version "0.2.8")
(source
(origin
;; pypi release code has cythonized code without corresponding source.
@@ -784,7 +785,7 @@ style and key ordering are kept, so you can diff the
source.")
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
- "05m3y7pjfbaarqbbgw1k6gs6cnnmxnwadjipxvw1aaaqk3s236cs"))
+ "0qspqnk72xrjj17b00hjibbzjk3krsrakzf08wxwz7z908cv6278"))
(modules '((guix build utils)))
(snippet
'(begin
- branch go-team updated (07962429da -> cb3bcce563), guix-commits, 2024/02/23
- 03/78: gnu: universal-ctags: Update to 6.1.20240218.0., guix-commits, 2024/02/23
- 02/78: gnu: Remove duplicate module import., guix-commits, 2024/02/23
- 01/78: gnu: Add libdbx., guix-commits, 2024/02/23
- 04/78: gnu: vim-asyncrun: Update to 2.12.4., guix-commits, 2024/02/23
- 08/78: gnu: emacs-tramp: Update to 2.6.2.1., guix-commits, 2024/02/23
- 05/78: gnu: Add neovim-asyncrun., guix-commits, 2024/02/23
- 11/78: gnu: python-ruamel-yaml: Update to 0.18.6., guix-commits, 2024/02/23
- 09/78: gnu: tigervnc-client: Update to 1.13.1., guix-commits, 2024/02/23
- 10/78: gnu: python-ruamel.yaml.clib: Update to 0.2.8.,
guix-commits <=
- 13/78: gnu: Add python-cwlformat., guix-commits, 2024/02/23
- 14/78: gnu: Add python-cwl-upgrader., guix-commits, 2024/02/23
- 16/78: gnu: Add python-spython., guix-commits, 2024/02/23
- 18/78: gnu: Add xpenguins., guix-commits, 2024/02/23
- 12/78: gnu: python-schema-salad: Update to 8.5.20240102191335., guix-commits, 2024/02/23
- 15/78: gnu: Add python-cwl-utils., guix-commits, 2024/02/23
- 17/78: gnu: cwltool: Update to 3.1.20240112164112., guix-commits, 2024/02/23
- 20/78: gnu: virglrenderer: Update to 1.0.1., guix-commits, 2024/02/23
- 29/78: gnu: emacs-auctex: Update to 14.0.3., guix-commits, 2024/02/23
- 30/78: gnu: emacs-mmm-mode: Update to 0.5.11., guix-commits, 2024/02/23