gnu: emacs-webpaste: Update to 3.2.2-1.8ac7b2d.
* gnu/packages/emacs-xyz.scm (emacs-webpaste): Update to 3.2.2-1.8ac7b2d. Change-Id: Ifc4e9e59cb321d043e7c2aceb682119d6040e134
This commit is contained in:
		
							parent
							
								
									dc2d352eb1
								
							
						
					
					
						commit
						4a1650ab83
					
				
					 1 changed files with 37 additions and 35 deletions
				
			
		| 
						 | 
				
			
			@ -37927,18 +37927,20 @@ released, and track their progress in watching a series.")
 | 
			
		|||
    (license license:gpl3+)))
 | 
			
		||||
 | 
			
		||||
(define-public emacs-webpaste
 | 
			
		||||
  (let ((commit "8ac7b2d409f158bcaa853aa1c5763e8acf2857bb")
 | 
			
		||||
        (revision "1"))
 | 
			
		||||
    (package
 | 
			
		||||
      (name "emacs-webpaste")
 | 
			
		||||
    (version "3.2.2")
 | 
			
		||||
      (version (git-version "3.2.2" revision commit))
 | 
			
		||||
      (source
 | 
			
		||||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/etu/webpaste.el")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
        (base32 "07hj9nr7x6c9w2dnvc58cfbprgp9cqzdxflp5qlpglzdw0bi9s3c"))))
 | 
			
		||||
          (base32 "1wl2q4q7c2a1m60q4dnajsyzkc9yprkyzx4hxzmxkwry22k906x3"))))
 | 
			
		||||
      (build-system emacs-build-system)
 | 
			
		||||
      (arguments
 | 
			
		||||
       `(#:tests? #t
 | 
			
		||||
| 
						 | 
				
			
			@ -37964,7 +37966,7 @@ released, and track their progress in watching a series.")
 | 
			
		|||
to pastebin-like services.  It supports more than one service and will
 | 
			
		||||
failover if one service fails.  More services can easily be added over time
 | 
			
		||||
and preferred services can easily be configured.")
 | 
			
		||||
    (license license:gpl3+)))
 | 
			
		||||
      (license license:gpl3+))))
 | 
			
		||||
 | 
			
		||||
(define-public emacs-keystore-mode
 | 
			
		||||
  (let ((release "0.0.1")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue