guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: python-numpy-documentation: Use full git commit hash in subm


From: Marius Bakke
Subject: 04/04: gnu: python-numpy-documentation: Use full git commit hash in submodule.
Date: Thu, 9 Mar 2017 10:48:30 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 674167691142905c09a7ec7dd8de98ab823239ac
Author: Marius Bakke <address@hidden>
Date:   Thu Mar 9 15:50:29 2017 +0100

    gnu: python-numpy-documentation: Use full git commit hash in submodule.
    
    * gnu/packages/python.scm (python-numpy-documentation,
    python2-numpy-documentation)[native-inputs]: Update hash of
    SCIPY-SPHINX-THEME. Fix indentation of a line.
---
 gnu/packages/python.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 91456c9..771e867 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3591,10 +3591,10 @@ association studies (GWAS) on extremely large data 
sets.")
            (method git-fetch)
            (uri (git-reference
                  (url "https://github.com/scipy/scipy-sphinx-theme.git";)
-                 (commit "c466764e22")))
+                 (commit "c466764e2231ba132c09826b5b138fffa1cfcec3")))
            (sha256
             (base32
-                "0q2y87clwlsgc7wvlsn9pzyssybcq10plwhq2w1ydykfsyyqbmkl"))))
+             "0q2y87clwlsgc7wvlsn9pzyssybcq10plwhq2w1ydykfsyyqbmkl"))))
        ,@(package-native-inputs python-numpy)))
     (arguments
      `(#:tests? #f ; we're only generating the documentation



reply via email to

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