diff options
author | Pierre Neidhardt <mail@ambrevar.xyz> | 2022-07-04 14:52:24 +0200 |
---|---|---|
committer | Pierre Neidhardt <mail@ambrevar.xyz> | 2022-07-04 14:52:24 +0200 |
commit | 741a5ec00a63efb394953c34a413d7e6c94d4355 (patch) | |
tree | 0ada98cd44ec2387eccee9425b35cf5ac24c1fbb /gnu | |
parent | a0125732ef67a4bebf142a14d5ec69b172068f3f (diff) | |
download | guix-741a5ec00a63efb394953c34a413d7e6c94d4355.tar.gz |
gnu: emacs-sly-stepper: Update to 20220704.
* gnu/packages/emacs-xyz.scm (emacs-sly-stepper): Update to 20220704.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 106fcb34ea..72b2d09130 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -12226,10 +12226,10 @@ inside the source file.") (license license:gpl3+)))) (define-public emacs-sly-stepper - (let ((commit "ec3c0a7f3c8b82926882e5fcfdacf67b86d989f8")) + (let ((commit "da84e3bba8466c2290c2dc7c27d7f4c48c27b39e")) (package (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") (source (origin @@ -12240,7 +12240,7 @@ inside the source file.") (file-name (git-file-name name version)) (sha256 (base32 - "1hxniaxifdw3m4y4yssgy22xcmmf558wx7rpz66wy5hwybjslf7b")) + "07p0k797fagn1qha191p6g2b55hsqqkcj59mh0ms9id0ildydil0")) (modules '((guix build utils))) (snippet '(begin |