gnu: slurm-drmaa: Update to 1.1.1.

* gnu/packages/parallel.scm (slurm-drmaa): Update to 1.1.1.
This commit is contained in:
Roel Janssen 2020-05-25 11:57:51 +02:00
parent 657b60725c
commit a7dff9553c
No known key found for this signature in database
GPG key ID: CBD0CD5138C19AFC

View file

@ -10,6 +10,7 @@
;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018 Clément Lassieur <clement@lassieur.org> ;;; Copyright © 2018 Clément Lassieur <clement@lassieur.org>
;;; Copyright © 2019 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2019 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2020 Roel Janssen <roel@gnu.org>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -192,20 +193,22 @@ (define-public slurm
(define-public slurm-drmaa (define-public slurm-drmaa
(package (package
(name "slurm-drmaa") (name "slurm-drmaa")
(version "1.0.7") (version "1.1.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri "http://apps.man.poznan.pl/trac/slurm-drmaa/downloads/9") (uri (string-append
(file-name (string-append name "-" version ".tar.gz")) "https://github.com/natefoo/slurm-drmaa/releases/download/"
version "/slurm-drmaa-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0grw55hmny2mc4nc0y1arnvxd2k0dcdfn476kzs180fibjxgfw14")))) "19r4cm88pcpm3wli4cc61zq7354pg67cg866f3a430p15hm1knrn"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments `(#:tests? #f)) ; The tests require "bats".
(inputs (inputs
`(("slurm" ,slurm))) `(("slurm" ,slurm)))
(native-inputs (native-inputs
`(("which" ,which))) `(("which" ,which)))
(home-page "http://apps.man.poznan.pl/trac/slurm-drmaa") (home-page "https://github.com/natefoo/slurm-drmaa")
(synopsis "Distributed resource management application API for SLURM") (synopsis "Distributed resource management application API for SLURM")
(description (description
"PSNC DRMAA for Simple Linux Utility for Resource Management (SLURM) is "PSNC DRMAA for Simple Linux Utility for Resource Management (SLURM) is