summary refs log tree commit diff
path: root/pkgs/development/tools/misc/help2man
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-03-18 21:43:16 +0000
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2020-04-03 22:11:35 +0200
commit88a6078e1814672d05044f61920ef4a4d04ecba0 (patch)
treef18a77b7f97605e05f3f87f644fa3ad8923e7eab /pkgs/development/tools/misc/help2man
parent022ebea84c46aa3a0c04aa933fc8a3013d638d06 (diff)
downloadnixpkgs-88a6078e1814672d05044f61920ef4a4d04ecba0.tar
nixpkgs-88a6078e1814672d05044f61920ef4a4d04ecba0.tar.gz
nixpkgs-88a6078e1814672d05044f61920ef4a4d04ecba0.tar.bz2
nixpkgs-88a6078e1814672d05044f61920ef4a4d04ecba0.tar.lz
nixpkgs-88a6078e1814672d05044f61920ef4a4d04ecba0.tar.xz
nixpkgs-88a6078e1814672d05044f61920ef4a4d04ecba0.tar.zst
nixpkgs-88a6078e1814672d05044f61920ef4a4d04ecba0.zip
help2man: 1.47.12 -> 1.47.13
Diffstat (limited to 'pkgs/development/tools/misc/help2man')
-rw-r--r--pkgs/development/tools/misc/help2man/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/misc/help2man/default.nix b/pkgs/development/tools/misc/help2man/default.nix
index 88a6a52d5e8..47af57dfb3d 100644
--- a/pkgs/development/tools/misc/help2man/default.nix
+++ b/pkgs/development/tools/misc/help2man/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, perlPackages, gettext }:
 
 stdenv.mkDerivation rec {
-  name = "help2man-1.47.12";
+  name = "help2man-1.47.13";
 
   src = fetchurl {
     url = "mirror://gnu/help2man/${name}.tar.xz";
-    sha256 = "0q5ixbxz1v7wqnpg4bq7k7nbv9ssnmcvdbqsq5ycjvniz56ac2vx";
+    sha256 = "08q5arxz4j4pyx5q4712c2rn7p7dw7as9xg38yvmsh1c3ynvpy5p";
   };
 
   nativeBuildInputs = [ gettext perlPackages.LocaleGettext ];
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
          ‘--version’ output of other commands.
       '';
 
-    homepage = https://www.gnu.org/software/help2man/;
+    homepage = "https://www.gnu.org/software/help2man/";
 
     license = licenses.gpl3Plus;
     platforms = platforms.all;