gnu: emacs-beframe: Update to 1.1.1.

* gnu/packages/emacs-xyz.scm (emacs-beframe): Update to 1.1.1.

Change-Id: If78580fbdb5575ee369fd6e87b99da98343e4a16
This commit is contained in:
Nicolas Goaziou 2024-06-29 10:06:52 +02:00
parent 8bf4cba852
commit d45a3fec65
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -17890,18 +17890,19 @@ (define-public emacs-tmr
license:fdl1.3+)))) ;GFDLv1.3+ for the manual license:fdl1.3+)))) ;GFDLv1.3+ for the manual
(define-public emacs-beframe (define-public emacs-beframe
(let ((commit "c3f4583b0767e7f8c38c83ed29af40af8ba3bdfa")) ;version bump
(package (package
(name "emacs-beframe") (name "emacs-beframe")
(version "1.1.0") (version "1.1.1")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/protesilaos/beframe") (url "https://github.com/protesilaos/beframe")
(commit version))) (commit commit)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"03b5yb2vxcfg2ihiqkl3434rhwn51mr312kzcfhvr4xshgp2g0q5")))) "1j9v85wxahnm2h828c8dbjm0f81j9pxlf54dgcw443cl0kwcda9c"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
(list (list
@ -17927,7 +17928,7 @@ (define-public emacs-beframe
does not generate multiple buffer lists. There still is only one global list does not generate multiple buffer lists. There still is only one global list
of buffers. Beframing them simply filters the list.") of buffers. Beframing them simply filters the list.")
(license (list license:gpl3+ (license (list license:gpl3+
license:fdl1.3+)))) ; GFDLv1.3+ for the manual license:fdl1.3+))))) ; GFDLv1.3+ for the manual
(define-public emacs-gn-mode (define-public emacs-gn-mode
(package (package