gnu: slurm: Update to 20.02.5.
* gnu/packages/parallel.scm (slurm): Update to 20.02.5.
This commit is contained in:
		
							parent
							
								
									09b00a62b2
								
							
						
					
					
						commit
						3c338135f1
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -4,7 +4,7 @@
 | 
				
			||||||
;;; Copyright © 2015, 2016, 2017, 2018, 2020 Efraim Flashner <efraim@flashner.co.il>
 | 
					;;; Copyright © 2015, 2016, 2017, 2018, 2020 Efraim Flashner <efraim@flashner.co.il>
 | 
				
			||||||
;;; Copyright © 2016 Pjotr Prins <pjotr.guix@thebird.nl>
 | 
					;;; Copyright © 2016 Pjotr Prins <pjotr.guix@thebird.nl>
 | 
				
			||||||
;;; Copyright © 2016 Andreas Enge <andreas@enge.fr>
 | 
					;;; Copyright © 2016 Andreas Enge <andreas@enge.fr>
 | 
				
			||||||
;;; Copyright © 2016 Ricardo Wurmus <rekado@elephly.net>
 | 
					;;; Copyright © 2016, 2020 Ricardo Wurmus <rekado@elephly.net>
 | 
				
			||||||
;;; Copyright © 2016 Ben Woodcroft <donttrustben@gmail.com>
 | 
					;;; Copyright © 2016 Ben Woodcroft <donttrustben@gmail.com>
 | 
				
			||||||
;;; Copyright © 2017, 2018 Rutger Helling <rhelling@mykolab.com>
 | 
					;;; Copyright © 2017, 2018 Rutger Helling <rhelling@mykolab.com>
 | 
				
			||||||
;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
 | 
					;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
 | 
				
			||||||
| 
						 | 
					@ -108,7 +108,7 @@ and they are executed on lists of files, hosts, users or other items.")
 | 
				
			||||||
(define-public slurm
 | 
					(define-public slurm
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
   (name "slurm")
 | 
					   (name "slurm")
 | 
				
			||||||
   (version "19.05.3-2")
 | 
					   (version "20.02.5")
 | 
				
			||||||
   (source (origin
 | 
					   (source (origin
 | 
				
			||||||
            (method url-fetch)
 | 
					            (method url-fetch)
 | 
				
			||||||
            (uri (string-append
 | 
					            (uri (string-append
 | 
				
			||||||
| 
						 | 
					@ -116,7 +116,7 @@ and they are executed on lists of files, hosts, users or other items.")
 | 
				
			||||||
                  version ".tar.bz2"))
 | 
					                  version ".tar.bz2"))
 | 
				
			||||||
            (sha256
 | 
					            (sha256
 | 
				
			||||||
             (base32
 | 
					             (base32
 | 
				
			||||||
              "0qj4blfymrd2ry2qmb58l3jbr4jwygc3adcfw7my27rippcijlyc"))
 | 
					              "08qp60rxsny6fcx58xim88avx7f7h7q1vpq3lfw6nlha04r7lan3"))
 | 
				
			||||||
            (modules '((guix build utils)))
 | 
					            (modules '((guix build utils)))
 | 
				
			||||||
            (snippet
 | 
					            (snippet
 | 
				
			||||||
             '(begin
 | 
					             '(begin
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue