diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 178e14b56a..87189d8308 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -36415,7 +36415,7 @@ Later you can insert it into an Org buffer using the command (define-public emacs-orgit-forge (package (name "emacs-orgit-forge") - (version "1.1.0") + (version "1.1.1") (home-page "https://github.com/magit/orgit-forge") (source (origin @@ -36425,7 +36425,7 @@ Later you can insert it into an Org buffer using the command (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "153z3g3nvggk8a7vpdhr2dm0pvgrypsalk51z7nwspv2cmb6daq3")))) + (base32 "02cka68jrxcdzm12j7912zfgjj5ayw9avm6r59j59nc2kin3khmc")))) (build-system emacs-build-system) (arguments (list #:tests? #f)) ; no tests (propagated-inputs