From 8215ca081df398c1acce7612bec4605a97e4e8d0 Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Wed, 8 Dec 2021 08:55:26 -0800
Subject: [PATCH] Use latest dev version of ipynb.

This should give us deterministic JSON output for mime bundles.
---
 cabal.project | 2 +-
 stack.yaml    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cabal.project b/cabal.project
index 1c49a003c..99c3a7815 100644
--- a/cabal.project
+++ b/cabal.project
@@ -11,4 +11,4 @@ constraints: aeson >= 2.0.1.0
 source-repository-package
   type: git
   location: https://github.com/jgm/ipynb.git
-  tag: 62f1a5180a61bc89c06982d8b869b1f254208699
+  tag: 00246af10885c2ad4413ace4f69a7e6c88297a08
diff --git a/stack.yaml b/stack.yaml
index 5f6a34068..45215123b 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -36,7 +36,7 @@ extra-deps:
 - unicode-transforms-0.4.0
 - unicode-data-0.2.0
 - git: https://github.com/jgm/ipynb.git
-  commit: 62f1a5180a61bc89c06982d8b869b1f254208699
+  commit: 00246af10885c2ad4413ace4f69a7e6c88297a08
 ghc-options:
    "$locals": -fhide-source-paths -Wno-missing-home-modules
 resolver: lts-18.10