diff options
| author | Dmitry Kalinkin <dmitry.kalinkin@gmail.com> | 2021-12-26 14:30:21 -0500 |
|---|---|---|
| committer | Dmitry Kalinkin <dmitry.kalinkin@gmail.com> | 2021-12-29 01:33:23 -0500 |
| commit | e101dc111ac1e5a21efca7822417acc1cb92013a (patch) | |
| tree | 3c5da16f5b9c9547a66984fe139252af6c774b88 | |
| parent | Merge pull request #152564 from NixOS/backport-152473-to-release-21.11 (diff) | |
| download | nixpkgs-e101dc111ac1e5a21efca7822417acc1cb92013a.tar.gz | |
yoda: 1.9.3 -> 1.9.4
(cherry picked from commit 47081b2553840c4ba45a66b8948cd65ea6f18bd9)
| -rw-r--r-- | pkgs/development/libraries/physics/yoda/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/physics/yoda/default.nix b/pkgs/development/libraries/physics/yoda/default.nix index fc8a07aa2b80..a2bb09b58a27 100644 --- a/pkgs/development/libraries/physics/yoda/default.nix +++ b/pkgs/development/libraries/physics/yoda/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "yoda"; - version = "1.9.3"; + version = "1.9.4"; src = fetchurl { url = "https://www.hepforge.org/archive/yoda/YODA-${version}.tar.bz2"; - hash = "sha256-XRUYL7gAoNX/ykdD+CwpXsYu5yzz5GJbZNAIP/+gR98="; + hash = "sha256-KifrhuZH11szennCDC2sJeHxO9JZJbnJWuKK3JN5NwU="; }; nativeBuildInputs = with python.pkgs; [ cython makeWrapper ]; |
