aboutsummaryrefslogtreecommitdiff
path: root/gn
diff options
context:
space:
mode:
authorjgart2022-04-07 22:19:44 -0400
committerjgart2022-04-07 22:19:44 -0400
commita14f78b7d33a1568a1bed7a4e28cb0683dc62c74 (patch)
treef487fc02dc065c9246d43cad420ebbd732cca7fc /gn
parentea8fe1e0bcaa942095a68ab4ebe62a9693b1d47c (diff)
downloadguix-bioinformatics-a14f78b7d33a1568a1bed7a4e28cb0683dc62c74.tar.gz
nb-upload: update to 3e8fe60
Diffstat (limited to 'gn')
-rw-r--r--gn/packages/binderlite.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gn/packages/binderlite.scm b/gn/packages/binderlite.scm
index 7550d33..857dbd4 100644
--- a/gn/packages/binderlite.scm
+++ b/gn/packages/binderlite.scm
@@ -36,8 +36,8 @@ will be rewritten in Common Lisp. If we stay with Python I recommend
switching this library out for @code{python-furl} or similar."))))
(define-public nb-upload
- (let ((commit "7bf2ea910e88e3b5651daff943493ba95fc78e08")
- (revision "0"))
+ (let ((commit "3e8fe6091ca63551901962ee0eed9c224a2f319d")
+ (revision "1"))
(package
(name "nb-upload")
(version (git-version "20220407" revision commit))
@@ -50,7 +50,7 @@ switching this library out for @code{python-furl} or similar."))))
(file-name (git-file-name name commit))
(sha256
(base32
- "0q7vvzjirrbls3wm6hhzfi2msdai65h9rdjaq6i215a3p135a9m2"))))
+ "0qsrg3w3kbmj5nv21dsqb05m0q2dphzfwxr0km4rn3764d83gqik"))))
(build-system python-build-system)
(arguments
(list #:tests? #f)) ; There are no tests.