diff options
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/parallel.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/parallel.scm b/gnu/packages/parallel.scm index 595b8f12eb..7446ff5a67 100644 --- a/gnu/packages/parallel.scm +++ b/gnu/packages/parallel.scm @@ -194,6 +194,8 @@ by managing a queue of pending work.") ;; in incompatible ways, as noted in ;; <https://slurm.schedmd.com/troubleshoot.html#network>. Thus, keep older ;; releases here. See also <https://issues.guix.gnu.org/44387>. +;; As noted in the link, YY.MM is the release scheme, and the 'maintenance' +;; digit does not introduce incompatibilities. (define-public slurm-20.02 (package |