about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-09-01 19:30:57 +0000
committerDmitry Kalinkin <dmitry.kalinkin@gmail.com>2022-12-17 20:48:15 -0500
commitecd5087a39e8b03a468eda3d10ea43b538662d34 (patch)
treeffea1f05158f67f4f01ac5da1c473c3228b0234d
parent3a12844afa41655ce908ac51cb23c7138e2164eb (diff)
lhapdf: 6.5.2 -> 6.5.3
-rw-r--r--pkgs/development/libraries/physics/lhapdf/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/physics/lhapdf/default.nix b/pkgs/development/libraries/physics/lhapdf/default.nix
index c26aba66515ba..60b5a0b581dc2 100644
--- a/pkgs/development/libraries/physics/lhapdf/default.nix
+++ b/pkgs/development/libraries/physics/lhapdf/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "lhapdf";
-  version = "6.5.2";
+  version = "6.5.3";
 
   src = fetchurl {
     url = "https://www.hepforge.org/archive/lhapdf/LHAPDF-${version}.tar.gz";
-    sha256 = "sha256-YIonU0VeBnqZQLXBa8hqtsR+LHSbyd0ZeWmW60NSsv0=";
+    sha256 = "sha256-V0Nc1pXilwZdU+ab0pCQdlyTSTa2qXX/jFWXZvIjA1k=";
   };
 
   # The Apple SDK only exports locale_t from xlocale.h whereas glibc