From ae7f246cf1c7e20ebf4025024bb10361938abaa2 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Wed, 9 Aug 2017 16:52:22 -0400 Subject: gnu: python-nbformat: Update to 4.3.0. * gnu/packages/python.scm (python-nbformat, python2-nbformat): Update to 4.3.0. --- gnu/packages/python.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/python.scm') diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 79c6eca00f..af320dfc0d 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -7981,14 +7981,14 @@ Debian-related files, such as: (define-public python-nbformat (package (name "python-nbformat") - (version "4.1.0") + (version "4.3.0") (source (origin (method url-fetch) (uri (pypi-uri "nbformat" version)) (sha256 (base32 - "0mq8iki3d4mnx7wy05phss7x98mds4fqydin8lcagidp1knw1xnv")))) + "12s7j4qja8b5bs1kyw5dzmrqbjxxj8wk52cyasbiqbv7fblcrssz")))) (build-system python-build-system) (arguments `(#:tests? #f)) ; no test target (propagated-inputs -- cgit v1.2.3 ix/about/'>aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages.scm
AgeCommit message (Expand)Author
2018-09-02Add (guix describe) and use it to initialize '%package-search-path'....Ludovic Courtès
2018-05-13packages: 'find-packages-by-name' properly honors version prefixes....Ludovic Courtès
2018-04-08discovery: Remove dependency on (guix ui)....Ludovic Courtès
2018-04-08Add (guix self)....Ludovic Courtès
2017-11-07packages: 'fold-packages' takes #:select? parameter....Ludovic Courtès
2017-09-01packages: 'fold-packages' takes an optional 'modules' parameter....Ludovic Courtès
2017-06-11packages: Add 'specifications->manifest'....Ludovic Courtès
2017-05-03Add (guix discovery)....Ludovic Courtès
2017-05-03ui: Rename '_' to 'G_'....Ludovic Courtès
2017-05-01packages: Remove support for PACKAGE-VERSION deprecated syntax....Ludovic Courtès
2017-03-08packages: Use PACKAGE@VERSION syntax when reporting ambiguities....Ludovic Courtès
2017-02-27packages: Add 'search-auxiliary-file'....Alex Kost
2017-01-28Use 'mlambda' instead of 'memoize'....Ludovic Courtès
2017-01-28Add (guix memoization)....Ludovic Courtès
2016-09-20ui: Do not shadow '_' where it's used as a literal syntax match....Ludovic Courtès
2016-09-06packages: Add 'package-superseded' and associated support....Ludovic Courtès
2016-07-28packages: Add 'hidden-package'....Ludovic Courtès
2016-06-20packages: Export 'scheme-modules'....Ludovic Courtès
2016-05-04utils: Move combinators to (guix combinators)....Ludovic Courtès
2016-04-14packages: Add 'search-patches'....Alex Kost
2016-03-08packages: Gracefully report packages not found....Ludovic Courtès
2016-03-08packages: Support the deprecated "NAME-VERSION" syntax....Ludovic Courtès
2016-03-08packages: Clarify NAME-VERSION deprecation message....Ludovic Courtès
2016-03-02utils: Use '@' for separating package names and version numbers....Mathieu Lirzin
2016-03-02packages: Factorize package specification search....Mathieu Lirzin
2016-02-24Do not check package freshness during upgrade....Alex Kost
2015-12-20packages: Remove now redundant graph procedures....Ludovic Courtès
2015-10-21packages: Update 'check-package-freshness' to use (guix upstream)....Ludovic Courtès
2015-06-18Move 'specification->package+output' to (gnu packages)....Ludovic Courtès
2015-04-18packages: Allow package lookups with version prefixes....Ludovic Courtès
2015-04-08Merge branch 'master' into core-updates宋文武
2015-04-07gnu: Emit a warning when a package module cannot be loaded....Ludovic Courtès
2015-04-03packages: Fix typo....Alex Kost