gnu: mycli: Update to 1.24.1.
* gnu/packages/databases.scm (mycli): Update to 1.24.1. [propagated-inputs]: Add python-pyaes and python-pyperclip. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
This commit is contained in:
		
							parent
							
								
									6460345725
								
							
						
					
					
						commit
						54cc341e24
					
				
					 1 changed files with 6 additions and 2 deletions
				
			
		| 
						 | 
					@ -53,6 +53,7 @@
 | 
				
			||||||
;;; Copyright © 2021 Simon Streit <simon@netpanic.org>
 | 
					;;; Copyright © 2021 Simon Streit <simon@netpanic.org>
 | 
				
			||||||
;;; Copyright © 2021 Alexandre Hannud Abdo <abdo@member.fsf.org>
 | 
					;;; Copyright © 2021 Alexandre Hannud Abdo <abdo@member.fsf.org>
 | 
				
			||||||
;;; Copyright © 2021 Simon Tournier <zimon.toutoune@gmail.com>
 | 
					;;; Copyright © 2021 Simon Tournier <zimon.toutoune@gmail.com>
 | 
				
			||||||
 | 
					;;; Copyright © 2021 jgart <jgart@dismail.de>
 | 
				
			||||||
;;;
 | 
					;;;
 | 
				
			||||||
;;; This file is part of GNU Guix.
 | 
					;;; This file is part of GNU Guix.
 | 
				
			||||||
;;;
 | 
					;;;
 | 
				
			||||||
| 
						 | 
					@ -145,6 +146,7 @@
 | 
				
			||||||
  #:use-module (gnu packages tls)
 | 
					  #:use-module (gnu packages tls)
 | 
				
			||||||
  #:use-module (gnu packages valgrind)
 | 
					  #:use-module (gnu packages valgrind)
 | 
				
			||||||
  #:use-module (gnu packages web)
 | 
					  #:use-module (gnu packages web)
 | 
				
			||||||
 | 
					  #:use-module (gnu packages xdisorg)
 | 
				
			||||||
  #:use-module (gnu packages xml)
 | 
					  #:use-module (gnu packages xml)
 | 
				
			||||||
  #:use-module ((guix licenses) #:prefix license:)
 | 
					  #:use-module ((guix licenses) #:prefix license:)
 | 
				
			||||||
  #:use-module (guix packages)
 | 
					  #:use-module (guix packages)
 | 
				
			||||||
| 
						 | 
					@ -618,13 +620,13 @@ replacement for the code@{python-memcached} library.")
 | 
				
			||||||
(define-public mycli
 | 
					(define-public mycli
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "mycli")
 | 
					    (name "mycli")
 | 
				
			||||||
    (version "1.22.2")
 | 
					    (version "1.24.1")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
      (origin
 | 
					      (origin
 | 
				
			||||||
        (method url-fetch)
 | 
					        (method url-fetch)
 | 
				
			||||||
        (uri (pypi-uri "mycli" version))
 | 
					        (uri (pypi-uri "mycli" version))
 | 
				
			||||||
        (sha256
 | 
					        (sha256
 | 
				
			||||||
          (base32 "1lq2x95553vdmhw13cxcgsd2g2i32izhsb7hxd4m1iwf9b3msbpv"))))
 | 
					          (base32 "0rij9nw20zhqr7cqnkm8daw8b1wdc9zb6ny1ji9qz5557nz9i3bl"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:tests? #f))                    ; tests expect a running MySQL
 | 
					     `(#:tests? #f))                    ; tests expect a running MySQL
 | 
				
			||||||
| 
						 | 
					@ -634,8 +636,10 @@ replacement for the code@{python-memcached} library.")
 | 
				
			||||||
        ("python-configobj" ,python-configobj)
 | 
					        ("python-configobj" ,python-configobj)
 | 
				
			||||||
        ("python-cryptography" ,python-cryptography)
 | 
					        ("python-cryptography" ,python-cryptography)
 | 
				
			||||||
        ("python-prompt-toolkit" ,python-prompt-toolkit)
 | 
					        ("python-prompt-toolkit" ,python-prompt-toolkit)
 | 
				
			||||||
 | 
					        ("python-pyaes" ,python-pyaes)
 | 
				
			||||||
        ("python-pygments" ,python-pygments)
 | 
					        ("python-pygments" ,python-pygments)
 | 
				
			||||||
        ("python-pymysql" ,python-pymysql)
 | 
					        ("python-pymysql" ,python-pymysql)
 | 
				
			||||||
 | 
					        ("python-pyperclip" ,python-pyperclip)
 | 
				
			||||||
        ("python-sqlparse" ,python-sqlparse)))
 | 
					        ("python-sqlparse" ,python-sqlparse)))
 | 
				
			||||||
    (home-page "http://mycli.net")
 | 
					    (home-page "http://mycli.net")
 | 
				
			||||||
    (synopsis
 | 
					    (synopsis
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue