Merge pull request #243669 from jamespwilliams/jpw/HashSafeKeys

perlPackages.HashSafeKeys: init at 0.04
This commit is contained in:
Stig
2023-07-16 14:55:11 +02:00
committed by GitHub
+13
View File
@@ -10960,6 +10960,19 @@ with self; {
};
};
HashSafeKeys = buildPerlPackage {
pname = "Hash-SafeKeys";
version = "0.04";
src = fetchurl {
url = "mirror://cpan/authors/id/M/MO/MOB/Hash-SafeKeys-0.04.tar.gz";
hash = "sha256-pSStO/naZ3wfi+bhWXG3ZXVAj3RJI9onZHro8dPDfMw=";
};
meta = {
description = "Get hash contents without resetting each iterator";
license = with lib.licenses; [ artistic1 gpl1Plus ];
};
};
HashSharedMem = buildPerlModule {
pname = "Hash-SharedMem";
version = "0.005";