guix_mirror_bot pushed a commit to branch master
in repository guix.
commit e1c2d36c96cb511edb53c00581593853a00a7221
Author: Vinicius Monego <[email protected]>
AuthorDate: Sun Mar 1 20:12:17 2026 -0300
gnu: python-boost-histogram: Update to 1.7.1.
* gnu/packages/python-science.scm (python-boost-histogram): Update to
1.7.1.
Change-Id: I6223fbc1ab0a19d2da7b3cc627e9927619c77937
---
gnu/packages/python-science.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index dd00b15894..74f0e97336 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -11,7 +11,7 @@
;;; Copyright © 2019 Giacomo Leidi <[email protected]>
;;; Copyright © 2020-2025 Nicolas Goaziou <[email protected]>
;;; Copyright © 2020 Pierre Langlois <[email protected]>
-;;; Copyright © 2020-2025 Vinicius Monego <[email protected]>
+;;; Copyright © 2020-2026 Vinicius Monego <[email protected]>
;;; Copyright © 2021 Greg Hogan <[email protected]>
;;; Copyright © 2021 Mădălin Ionel Patrașcu
<[email protected]>
;;; Copyright © 2021 Roel Janssen <[email protected]>
@@ -562,13 +562,13 @@ higher scores.")
(define-public python-boost-histogram
(package
(name "python-boost-histogram")
- (version "1.5.2")
+ (version "1.7.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "boost_histogram" version))
(sha256
- (base32 "0p2f90p5jwlwrjz3hq2fzaifkmny33g2mpi89nnhi3w41f1jxr2i"))))
+ (base32 "06av8lxvvfafn4xbqakx2fbdcq0djbs7w6j4vn4ji8wgd39dglvf"))))
(build-system pyproject-build-system)
;; This package bundles files from Boost::Histogram and doesn't provide
;; a way to use a system library.