gnu: rpm: Update to 4.14.2.1.
* gnu/packages/package-management.scm (rpm): Update to 4.14.2.1. [inputs]: Use python instead of python-2. [home-page]: Use HTTPS URI. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
This commit is contained in:
		
							parent
							
								
									7f03133ba3
								
							
						
					
					
						commit
						c0023514a3
					
				
					 1 changed files with 5 additions and 4 deletions
				
			
		| 
						 | 
					@ -11,6 +11,7 @@
 | 
				
			||||||
;;; Copyright © 2018 Eric Bavier <bavier@member.fsf.org>
 | 
					;;; Copyright © 2018 Eric Bavier <bavier@member.fsf.org>
 | 
				
			||||||
;;; Copyright © 2019 Efraim Flashner <efraim@flashner.co.il>
 | 
					;;; Copyright © 2019 Efraim Flashner <efraim@flashner.co.il>
 | 
				
			||||||
;;; Copyright © 2019 Vagrant Cascadian <vagrant@reproducible-builds.org>
 | 
					;;; Copyright © 2019 Vagrant Cascadian <vagrant@reproducible-builds.org>
 | 
				
			||||||
 | 
					;;; Copyright © 2019 Jonathan Brielmaier <jonathan.brielmaier@web.de>
 | 
				
			||||||
;;;
 | 
					;;;
 | 
				
			||||||
;;; This file is part of GNU Guix.
 | 
					;;; This file is part of GNU Guix.
 | 
				
			||||||
;;;
 | 
					;;;
 | 
				
			||||||
| 
						 | 
					@ -493,7 +494,7 @@ symlinks to the files in a common directory such as /usr/local.")
 | 
				
			||||||
(define-public rpm
 | 
					(define-public rpm
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "rpm")
 | 
					    (name "rpm")
 | 
				
			||||||
    (version "4.14.2")
 | 
					    (version "4.14.2.1")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "http://ftp.rpm.org/releases/rpm-"
 | 
					              (uri (string-append "http://ftp.rpm.org/releases/rpm-"
 | 
				
			||||||
| 
						 | 
					@ -501,7 +502,7 @@ symlinks to the files in a common directory such as /usr/local.")
 | 
				
			||||||
                                  version ".tar.bz2"))
 | 
					                                  version ".tar.bz2"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0armd7dqr8bl0isx8l4xlylm7dikasmxhhcbz336fkp2x30w5jw0"))))
 | 
					                "1nmck2fq9h85fgs3zhh6w1avlw5y16cbz5khd459ry3jfd5w4f8i"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     '(#:configure-flags '("--with-external-db"   ;use the system's bdb
 | 
					     '(#:configure-flags '("--with-external-db"   ;use the system's bdb
 | 
				
			||||||
| 
						 | 
					@ -518,7 +519,7 @@ symlinks to the files in a common directory such as /usr/local.")
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("pkg-config" ,pkg-config)))
 | 
					     `(("pkg-config" ,pkg-config)))
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("python" ,python-2)
 | 
					     `(("python" ,python)
 | 
				
			||||||
       ("xz" ,xz)
 | 
					       ("xz" ,xz)
 | 
				
			||||||
       ("bdb" ,bdb)
 | 
					       ("bdb" ,bdb)
 | 
				
			||||||
       ("popt" ,popt)
 | 
					       ("popt" ,popt)
 | 
				
			||||||
| 
						 | 
					@ -530,7 +531,7 @@ symlinks to the files in a common directory such as /usr/local.")
 | 
				
			||||||
       ("bzip2" ,bzip2)
 | 
					       ("bzip2" ,bzip2)
 | 
				
			||||||
       ("zlib" ,zlib)
 | 
					       ("zlib" ,zlib)
 | 
				
			||||||
       ("cpio" ,cpio)))
 | 
					       ("cpio" ,cpio)))
 | 
				
			||||||
    (home-page "http://rpm.org/")
 | 
					    (home-page "https://rpm.org/")
 | 
				
			||||||
    (synopsis "The RPM Package Manager")
 | 
					    (synopsis "The RPM Package Manager")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
     "The RPM Package Manager (RPM) is a command-line driven package
 | 
					     "The RPM Package Manager (RPM) is a command-line driven package
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue