octopus: 10.3 -> 10.5

wip/nixpkgs-raku
Markus Kowalewski 3 years ago
parent eaff114326
commit 0a1167fd0b
No known key found for this signature in database
GPG Key ID: 502A248E3FB4FF48
  1. 4
      pkgs/applications/science/chemistry/octopus/default.nix

@ -7,13 +7,13 @@ assert (!blas.isILP64) && (!lapack.isILP64);
stdenv.mkDerivation rec {
pname = "octopus";
version = "10.3";
version = "10.5";
src = fetchFromGitLab {
owner = "octopus-code";
repo = "octopus";
rev = version;
sha256 = "1axr3j53mi30gm3f645ga5jkhxbc7rbx432w2k2lgg6g9dv3fcs4";
sha256 = "1bgdkmsp6pwq3b6nxxkimrdmz71wqr8qi25gdzwpcv9wmcf1q27v";
};
nativeBuildInputs = [ perl procps autoreconfHook ];

Loading…
Cancel
Save