guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

50/61: gnu: r-biocstyle: Update to 2.14.4.


From: guix-commits
Subject: 50/61: gnu: r-biocstyle: Update to 2.14.4.
Date: Thu, 16 Jan 2020 00:53:56 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 7241b44ad497d6a59c5cc55af2375ba4ba02143d
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Thu Jan 16 06:08:43 2020 +0100

    gnu: r-biocstyle: Update to 2.14.4.
    
    * gnu/packages/bioinformatics.scm (r-biocstyle): Update to 2.14.4.
---
 gnu/packages/bioinformatics.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 0e4cb5b..0f7c7b7 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2014, 2015, 2016, 2017, 2018, 2019 Ricardo Wurmus 
<address@hidden>
+;;; Copyright © 2014, 2015, 2016, 2017, 2018, 2019, 2020 Ricardo Wurmus 
<address@hidden>
 ;;; Copyright © 2015, 2016, 2017, 2018 Ben Woodcroft <address@hidden>
 ;;; Copyright © 2015, 2016 Pjotr Prins <address@hidden>
 ;;; Copyright © 2015 Andreas Enge <address@hidden>
@@ -7272,13 +7272,13 @@ also known as views, in a controlled vocabulary.")
 (define-public r-biocstyle
   (package
     (name "r-biocstyle")
-    (version "2.14.2")
+    (version "2.14.4")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "BiocStyle" version))
               (sha256
                (base32
-                "0nc1cbzp5zdwc0rss4r6v7cpgynmmnj3sczwmajr58nabkndwsvf"))))
+                "1x71in059zql40f4c87bd1gf96r945kdvwbq61jmch9d3d8nwxbb"))))
     (properties
      `((upstream-name . "BiocStyle")))
     (build-system r-build-system)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]