From 77b219a25da5e39edb6b69f7dfd8a76040d9aa2e Mon Sep 17 00:00:00 2001 From: Skylar Hill Date: Fri, 5 Apr 2024 00:57:34 -0500 Subject: [PATCH] Version bump emacs-parinfer-mode --- Emacs.org | 4 ++-- home/emacs-packages.scm | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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")