gnu: autojump: Update to 22.5.3.
authorTobias Geerinckx-Rice <me@tobias.gr>
Thu, 11 Apr 2019 01:01:52 +0000 (03:01 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Thu, 11 Apr 2019 03:26:44 +0000 (05:26 +0200)
* gnu/packages/admin.scm (autojump): Update to 22.5.3.

gnu/packages/admin.scm

index 463a049..7acd00f 100644 (file)
@@ -1736,7 +1736,7 @@ limits.")
 (define-public autojump
   (package
     (name "autojump")
-    (version "22.5.1")
+    (version "22.5.3")
     (source
      (origin
        (method git-fetch)
@@ -1745,7 +1745,7 @@ limits.")
              (commit (string-append "release-v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1l1278g3k1qfrz41pkpjdhsabassb9si2d1bfbcmvbv5h3wmlqk9"))))
+        (base32 "1rgpsh70manr2dydna9da4x7p8ahii7dgdgwir5fka340n1wrcws"))))
     (build-system gnu-build-system)
     (native-inputs                      ; for tests
      `(("python-mock" ,python-mock)