diff --git a/Emacs.org b/Emacs.org index 92b05ff..10f8c8e 100644 --- a/Emacs.org +++ b/Emacs.org @@ -4,7 +4,7 @@ (define-public emacs-parinfer-rust-mode (package (name "emacs-parinfer-rust-mode") - (version "0.8.4") + (version "0.8.6") (source (origin (method url-fetch) @@ -12,7 +12,7 @@ "https://stable.melpa.org/packages/parinfer-rust-mode-" version ".tar")) (sha256 - (base32 "1ivpw22043rag2wx7agfck330cdy5acg4djfsdh01v33d95547c1")))) + (base32 "0pg0xrwi6w5xbpm85hbpapj0x12s0npyvfg1x0bvwghmcsn9y4xr")))) (build-system emacs-build-system) (home-page "https://github.com/justinbarclay/parinfer-rust-mode") (synopsis "An interface for the parinfer-rust library") diff --git a/home/emacs-packages.scm b/home/emacs-packages.scm index e5970f4..952f325 100644 --- a/home/emacs-packages.scm +++ b/home/emacs-packages.scm @@ -1,7 +1,7 @@ (define-public emacs-parinfer-rust-mode (package (name "emacs-parinfer-rust-mode") - (version "0.8.4") + (version "0.8.6") (source (origin (method url-fetch) @@ -9,7 +9,7 @@ "https://stable.melpa.org/packages/parinfer-rust-mode-" version ".tar")) (sha256 - (base32 "1ivpw22043rag2wx7agfck330cdy5acg4djfsdh01v33d95547c1")))) + (base32 "0pg0xrwi6w5xbpm85hbpapj0x12s0npyvfg1x0bvwghmcsn9y4xr")))) (build-system emacs-build-system) (home-page "https://github.com/justinbarclay/parinfer-rust-mode") (synopsis "An interface for the parinfer-rust library")