Commit 1892eb89 authored by polyfloyd's avatar polyfloyd
Browse files

perlPackages.TermReadLineGnu: 1.46 -> 1.47

parent 4be29992
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -32945,10 +32945,10 @@ with self;
  TermReadLineGnu = buildPerlPackage {
    pname = "Term-ReadLine-Gnu";
    version = "1.46";
    version = "1.47";
    src = fetchurl {
      url = "mirror://cpan/authors/id/H/HA/HAYASHI/Term-ReadLine-Gnu-1.46.tar.gz";
      hash = "sha256-sTgyEy5QNmw0/qwSzoKDfAqds0ylMK5dJ9uXz5yWTHs=";
      url = "mirror://cpan/authors/id/H/HA/HAYASHI/Term-ReadLine-Gnu-1.47.tar.gz";
      hash = "sha256-OwesiptJTFCqh6QNzKs/h5uS65UnrA8t7V1HQ9Fmtkk=";
    };
    buildInputs = [
      pkgs.readline