gnu: emacs-desktop-environment: Update to 0.2.1.
* gnu/packages/emacs-xyz.scm (emacs-desktop-environment): Update to 0.2.1.
This commit is contained in:
		
							parent
							
								
									cd5b7a27c4
								
							
						
					
					
						commit
						453031a0ac
					
				
					 1 changed files with 19 additions and 20 deletions
				
			
		| 
						 | 
					@ -12143,20 +12143,19 @@ autosuggestions with:
 | 
				
			||||||
    (license license:gpl3+)))
 | 
					    (license license:gpl3+)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public emacs-desktop-environment
 | 
					(define-public emacs-desktop-environment
 | 
				
			||||||
  (let ((commit "a9eba14f2b5b8070f78dca839ca8259736e346a6"))
 | 
					 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "emacs-desktop-environment")
 | 
					    (name "emacs-desktop-environment")
 | 
				
			||||||
      (version (git-version "0.2.0" "1" commit))
 | 
					    (version "0.2.1")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
       (uri (git-reference
 | 
					       (uri (git-reference
 | 
				
			||||||
             (url "https://gitlab.petton.fr/DamienCassou/desktop-environment")
 | 
					             (url "https://gitlab.petton.fr/DamienCassou/desktop-environment")
 | 
				
			||||||
               (commit commit)))
 | 
					             (commit (string-append "v" version))))
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
           "0x73x5hy7w55jrzy3xvqhk90rrsznmxjqvsvwhh21qznv5w269xz"))))
 | 
					         "0n5sa94dwhnkfp3x42pggsbr5db38m85hl8ddb3qs7yfdi9bjm52"))))
 | 
				
			||||||
    (build-system emacs-build-system)
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
    (home-page "https://gitlab.petton.fr/DamienCassou/desktop-environment")
 | 
					    (home-page "https://gitlab.petton.fr/DamienCassou/desktop-environment")
 | 
				
			||||||
    (synopsis "Control your GNU/Linux desktop environment from Emacs")
 | 
					    (synopsis "Control your GNU/Linux desktop environment from Emacs")
 | 
				
			||||||
| 
						 | 
					@ -12166,7 +12165,7 @@ With @code{desktop-environment}, you can control the brightness and volume as
 | 
				
			||||||
well as take screenshots and lock your screen.  The package depends on the
 | 
					well as take screenshots and lock your screen.  The package depends on the
 | 
				
			||||||
availability of shell commands to do the hard work for us.  These commands can
 | 
					availability of shell commands to do the hard work for us.  These commands can
 | 
				
			||||||
be changed by customizing the appropriate variables.")
 | 
					be changed by customizing the appropriate variables.")
 | 
				
			||||||
      (license license:gpl3+))))
 | 
					    (license license:gpl3+)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public emacs-org-caldav
 | 
					(define-public emacs-org-caldav
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue