~ruther/guix-local

ce309fb85b7f853fb4866a8c7992945e2373e3ed — 宋文武 1 year, 3 months ago 49c3192
gnu: makedepend: Update to 1.0.9.

* gnu/packages/xorg.scm (makedepend): Update to 1.0.9.

Change-Id: Ia87d47aadd62589fd858b6c6187a75d284bdfa4d
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/xorg.scm
M gnu/packages/xorg.scm => gnu/packages/xorg.scm +2 -2
@@ 1583,7 1583,7 @@ input from UTF-8 into the locale's encoding.")
(define-public makedepend
  (package
    (name "makedepend")
    (version "1.0.8")
    (version "1.0.9")
    (source
      (origin
        (method url-fetch)


@@ 1593,7 1593,7 @@ input from UTF-8 into the locale's encoding.")
               ".tar.xz"))
        (sha256
          (base32
            "0nxs5ibrghym3msbnh0b8i3yd3xgqandmrkc500jm6qq4n06zcmz"))))
            "1m1dg32z22fw9shg0wsxw7dvdcnfm16gq9qxpkfxixpzb6vdxl4j"))))
    (build-system gnu-build-system)
    (inputs
      (list xorgproto))