ham: 2023-10-06 -> 2025-02-25

This commit is contained in:
Andreas Wiese 2025-03-18 22:51:40 +01:00
parent 1bab4cb214
commit 057a4bb60e
3 changed files with 14 additions and 17 deletions

View file

@ -1,39 +1,40 @@
{
lib,
buildPerlPackage,
perlPackages,
fetchFromGitHub,
makeWrapper,
openssh,
GitRepository,
URI,
XMLParser,
}:
buildPerlPackage {
perlPackages.buildPerlPackage {
pname = "ham-unstable";
version = "2023-10-06";
version = "2025-02-25";
src = fetchFromGitHub {
owner = "kernkonzept";
repo = "ham";
rev = "90d104ce481ee8f9b770be4b37d97f34eef5f82f";
hash = "sha256-DeHH7k9K7CmQW6eOyf8TCV/HNYS30oFnI1b8ztBDk/o=";
rev = "81b6f05fd91865c7d42b94a683388504489356dc";
hash = "sha256-a1JaUD/jrF7Yf+vyUoKQFjojxenmsCVw3Uo8u7RjPiQ=";
};
outputs = [ "out" ];
nativeBuildInputs = [ makeWrapper ];
propagatedBuildInputs = [
openssh
nativeBuildInputs = [
makeWrapper
];
buildInputs = with perlPackages; [
GitRepository
URI
XMLParser
];
propagatedBuildInputs = [
openssh
];
preConfigure = ''
patchShebangs .
touch Makefile.PL
rm -f Makefile
touch Makefile.PL
patchShebangs .
'';
installPhase = ''

View file

@ -3592,8 +3592,6 @@ with pkgs;
hareThirdParty = recurseIntoAttrs (callPackage ./hare-third-party.nix { });
ham = pkgs.perlPackages.ham;
hdf5 = callPackage ../tools/misc/hdf5 {
fortranSupport = false;
fortran = gfortran;

View file

@ -11479,8 +11479,6 @@ with self; {
};
};
ham = callPackage ../development/perl-modules/ham { };
HashFlatten = buildPerlPackage {
pname = "Hash-Flatten";
version = "1.19";