[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/10: gnu: python-pyinstrument: Update to 4.6.2.
From: |
guix-commits |
Subject: |
04/10: gnu: python-pyinstrument: Update to 4.6.2. |
Date: |
Sun, 11 Feb 2024 16:04:34 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit bcd9a40c4951fa2f86978df888c05e003c9f7cc0
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Feb 11 11:35:46 2024 +0000
gnu: python-pyinstrument: Update to 4.6.2.
* gnu/packages/python-check.scm (python-pyinstrument): Update to 4.6.2.
Change-Id: I28e147272f273c04f7221f6d4f70677aee9a3747
---
gnu/packages/python-check.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 31827dbf4b..90f2f4c8ae 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -320,13 +320,13 @@ result documents that can be read by tools such as
Jenkins or Bamboo.")
(define-public python-pyinstrument
(package
(name "python-pyinstrument")
- (version "4.1.1")
+ (version "4.6.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pyinstrument" version))
(sha256
- (base32 "18n3waxsxcd48pmcp8158s5rlancll2000amrdck9zfj5hfpkhhx"))))
+ (base32 "1xnp1pjhcj1xl4dq20yzzj9599cmiyxb2azblsyjnl6qgr8yw0h0"))))
(build-system python-build-system)
(native-inputs
(list python-flaky
- branch master updated (4bab3a2602 -> ab3da80ae1), guix-commits, 2024/02/11
- 02/10: gnu: python-beartype: Simplify package., guix-commits, 2024/02/11
- 04/10: gnu: python-pyinstrument: Update to 4.6.2.,
guix-commits <=
- 06/10: gnu: python-pytest-socket: Simplify package, enable tests., guix-commits, 2024/02/11
- 01/10: gnu: Add python-pandas-vet., guix-commits, 2024/02/11
- 10/10: gnu: abjad-ext-rmakers: Simplify package., guix-commits, 2024/02/11
- 08/10: gnu: abjad-ext-nauert: Simplify package., guix-commits, 2024/02/11
- 05/10: gnu: python-pyinstrument: Enable tests., guix-commits, 2024/02/11
- 03/10: gnu: python-pytest-csv: Simplify package., guix-commits, 2024/02/11
- 07/10: gnu: abjad-ext-nauert: Fix build., guix-commits, 2024/02/11
- 09/10: gnu: abjad-ext-rmakers: Fix build., guix-commits, 2024/02/11