about summary refs log tree commit diff
path: root/pkgs/development/python-modules/aocd-example-parser/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/aocd-example-parser/default.nix')
-rw-r--r--pkgs/development/python-modules/aocd-example-parser/default.nix17
1 files changed, 8 insertions, 9 deletions
diff --git a/pkgs/development/python-modules/aocd-example-parser/default.nix b/pkgs/development/python-modules/aocd-example-parser/default.nix
index c2379aa914e1..a78e66980bcd 100644
--- a/pkgs/development/python-modules/aocd-example-parser/default.nix
+++ b/pkgs/development/python-modules/aocd-example-parser/default.nix
@@ -1,13 +1,14 @@
-{ lib
-, buildPythonPackage
-, fetchFromGitHub
-, flit-core
-, pythonOlder
+{
+  lib,
+  buildPythonPackage,
+  fetchFromGitHub,
+  flit-core,
+  pythonOlder,
 }:
 
 buildPythonPackage rec {
   pname = "aocd-example-parser";
-  version = "unstable-2023-12-17";
+  version = "2023.12.20";
   pyproject = true;
 
   disabled = pythonOlder "3.9";
@@ -19,9 +20,7 @@ buildPythonPackage rec {
     hash = "sha256-iOxqzZj29aY/xyigir1KOU6GcBBvnlxEOBLHChEQjf4=";
   };
 
-  nativeBuildInputs = [
-    flit-core
-  ];
+  nativeBuildInputs = [ flit-core ];
 
   # Circular dependency with aocd
   # pythonImportsCheck = [