diff --git a/adam/packages/emacs-xyz.scm b/adam/packages/emacs-xyz.scm index 41b524e..eb0fe6a 100644 --- a/adam/packages/emacs-xyz.scm +++ b/adam/packages/emacs-xyz.scm @@ -15,8 +15,10 @@ (method url-fetch) (uri (string-append "https://stable.melpa.org/packages/rufo-" version ".tar")) + ;; I had to change the hash previously because it changed on melpa + ;; I wonder if it change when melpa upgrades packages (sha256 (base32 - "0z46yllbf6h08i042718p4cbd2d96crlqw7pihvq8b1iymb709f4")))) + "1zn1bq7gh6x3djfh3c1d2w1p441gmjnx0p3bm0bl7bd345ps3k2z")))) (build-system emacs-build-system) (home-page "https://github.com/danielma/rufo.el") (synopsis "use rufo to automatically format ruby files")