gnu: gajim-omemo: Make some cosmetic changes.
* gnu/packages/messaging.scm (gajim-omemo): Make some cosmetic changes. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
		
							parent
							
								
									7d8f997b1a
								
							
						
					
					
						commit
						7c63d0e29f
					
				
					 1 changed files with 13 additions and 13 deletions
				
			
		| 
						 | 
					@ -860,14 +860,15 @@ and OpenPGP) and available in 29 languages.")
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "gajim-omemo")
 | 
					    (name "gajim-omemo")
 | 
				
			||||||
    (version "2.7.7")
 | 
					    (version "2.7.7")
 | 
				
			||||||
    (source (origin
 | 
					    (source
 | 
				
			||||||
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch/zipbomb)
 | 
					       (method url-fetch/zipbomb)
 | 
				
			||||||
              (uri (string-append
 | 
					       (uri
 | 
				
			||||||
 | 
					        (string-append
 | 
				
			||||||
         "https://ftp.gajim.org/plugins_releases/omemo_"
 | 
					         "https://ftp.gajim.org/plugins_releases/omemo_"
 | 
				
			||||||
         version ".zip"))
 | 
					         version ".zip"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
               (base32
 | 
					        (base32 "17jl4blkq04ag3g0har6z1bmk36523d29s51g260wb1pywfb536h"))))
 | 
				
			||||||
                "17jl4blkq04ag3g0har6z1bmk36523d29s51g260wb1pywfb536h"))))
 | 
					 | 
				
			||||||
    (build-system trivial-build-system)
 | 
					    (build-system trivial-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:modules ((guix build utils))
 | 
					     `(#:modules ((guix build utils))
 | 
				
			||||||
| 
						 | 
					@ -882,13 +883,12 @@ and OpenPGP) and available in 29 languages.")
 | 
				
			||||||
           #t))))
 | 
					           #t))))
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("python-axolotl" ,python-axolotl)))
 | 
					     `(("python-axolotl" ,python-axolotl)))
 | 
				
			||||||
 | 
					    (synopsis "Gajim OMEMO plugin")
 | 
				
			||||||
 | 
					    (description "This package provides the Gajim OMEMO plugin.  OMEMO is an
 | 
				
			||||||
 | 
					XMPP Extension Protocol (XEP) for secure multi-client end-to-end encryption
 | 
				
			||||||
 | 
					based on Axolotl and PEP.")
 | 
				
			||||||
    (home-page
 | 
					    (home-page
 | 
				
			||||||
     "https://dev.gajim.org/gajim/gajim-plugins/-/wikis/OmemoGajimPlugin")
 | 
					     "https://dev.gajim.org/gajim/gajim-plugins/-/wikis/OmemoGajimPlugin")
 | 
				
			||||||
    (synopsis "Gajim OMEMO plugin")
 | 
					 | 
				
			||||||
    (description
 | 
					 | 
				
			||||||
     "This package provides the Gajim OMEMO plugin.  OMEMO is an XMPP
 | 
					 | 
				
			||||||
Extension Protocol (XEP) for secure multi-client end-to-end encryption based
 | 
					 | 
				
			||||||
on Axolotl and PEP.")
 | 
					 | 
				
			||||||
    (license license:gpl3+)))
 | 
					    (license license:gpl3+)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public dino
 | 
					(define-public dino
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue