Skip to content
Snippets Groups Projects
Unverified Commit c8b06cdf authored by Clément Lassieur's avatar Clément Lassieur
Browse files

gnu: emacs-ag: Update to 0.48.

* gnu/packages/emacs-xyz.scm (emacs-ag): Update to 0.48.
parent 4c463569
No related branches found
No related tags found
No related merge requests found
...@@ -1511,7 +1511,7 @@ (define-public emacs-link-hint ...@@ -1511,7 +1511,7 @@ (define-public emacs-link-hint
(define-public emacs-ag (define-public emacs-ag
(package (package
(name "emacs-ag") (name "emacs-ag")
(version "0.47") (version "0.48")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
...@@ -1520,7 +1520,7 @@ (define-public emacs-ag ...@@ -1520,7 +1520,7 @@ (define-public emacs-ag
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"15kp99vwyi7hb1jkq3lwvqzw3v62ycixsq6y4pd1x0nn2v5p5m5r")))) "1p918y24vcn2pdliaymd210xp9fvhd4a1srqbv2lfiqrh59yjidx"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
`(#:phases `(#:phases
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment