about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2021-11-12 09:57:33 +0100
committerGitHub <noreply@github.com>2021-11-12 09:57:33 +0100
commit516715e915186e575cedf4125a5f2d605c4aa227 (patch)
tree94b09797c507ae4579d8074faf0d6f045b482511
parent7d47dda267a0e5572c2e55e57ed0d133a8052e5f (diff)
parent0cc4bb5776b99e329ead88008e9e32c89134d855 (diff)
Merge pull request #145578 from veprbl/pr/boost_histogram_1_2_1
python3Packages.boost-histogram: 1.1.0 -> 1.2.1
-rw-r--r--pkgs/development/python-modules/boost-histogram/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/boost-histogram/default.nix b/pkgs/development/python-modules/boost-histogram/default.nix
index d66b80d00c716..f428dc788bf9d 100644
--- a/pkgs/development/python-modules/boost-histogram/default.nix
+++ b/pkgs/development/python-modules/boost-histogram/default.nix
@@ -2,13 +2,13 @@
 
 buildPythonPackage rec {
   pname = "boost-histogram";
-  version = "1.1.0";
+  version = "1.2.1";
   disabled = !isPy3k;
 
   src = fetchPypi {
     pname = "boost_histogram";
     inherit version;
-    sha256 = "370e8e44a0bac4ebbedb7e62570be3a75a7a3807a297d6e82a94301b4681fc22";
+    sha256 = "a27842b2f1cfecc509382da2b25b03056354696482b38ec3c0220af0fc9b7579";
   };
 
   buildInputs = [ boost ];