aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/web.scm
diff options
context:
space:
mode:
authorEfraim Flashner2019-07-21 02:12:08 -0500
committerEfraim Flashner2019-07-21 02:49:00 -0500
commit39c4715117a7236e3b128d7a3552c2757fe2bf0c (patch)
tree606e26598c7e92f6bfb962a82eb279f6588ac77a /gn/packages/web.scm
parent1a51f03351539eea20a8701579781877a5a02c4e (diff)
downloadguix-bioinformatics-39c4715117a7236e3b128d7a3552c2757fe2bf0c.tar.gz
gn: web-bootstrap: Update to 4.3.1.
* gn/packages/web.scm (web-bootstrap): Update to 4.3.1.
Diffstat (limited to 'gn/packages/web.scm')
-rw-r--r--gn/packages/web.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gn/packages/web.scm b/gn/packages/web.scm
index b13c059..785b0fc 100644
--- a/gn/packages/web.scm
+++ b/gn/packages/web.scm
@@ -49,7 +49,7 @@ jQuery has changed the way that millions of people write JavaScript.")
(define-public web-bootstrap
(package
(name "web-bootstrap")
- (version "4.0.0-beta") ; August 11, 2017
+ (version "4.3.1") ; Feb. 13, 2019
(source
(origin
(method git-fetch)
@@ -58,7 +58,7 @@ jQuery has changed the way that millions of people write JavaScript.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1wv03g4f8rskfhajv6r2nil6f9w4840l9pvrhgad1m1vhvv27cv0"))))
+ (base32 "18g76r53sa2ahcriy7jk5wvxd3s8qc4as87xwqvfkxibdn5ifrxs"))))
(build-system trivial-build-system)
(arguments
`(#:modules ((guix build utils))