mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-sly-stepper: Update to 20220704.
* gnu/packages/emacs-xyz.scm (emacs-sly-stepper): Update to 20220704.
This commit is contained in:
parent
a0125732ef
commit
741a5ec00a
1 changed files with 3 additions and 3 deletions
|
@ -12226,10 +12226,10 @@ inside the source file.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-sly-stepper
|
(define-public emacs-sly-stepper
|
||||||
(let ((commit "ec3c0a7f3c8b82926882e5fcfdacf67b86d989f8"))
|
(let ((commit "da84e3bba8466c2290c2dc7c27d7f4c48c27b39e"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-sly-stepper")
|
(name "emacs-sly-stepper")
|
||||||
(version (git-version "0.0.0" "1" commit))
|
(version (git-version "0.0.0" "2" commit))
|
||||||
(home-page "https://github.com/joaotavora/sly-stepper")
|
(home-page "https://github.com/joaotavora/sly-stepper")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -12240,7 +12240,7 @@ inside the source file.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hxniaxifdw3m4y4yssgy22xcmmf558wx7rpz66wy5hwybjslf7b"))
|
"07p0k797fagn1qha191p6g2b55hsqqkcj59mh0ms9id0ildydil0"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue