From c74317ca23df1e6d62da0ff78c11d4b6d91c5c8f Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 12 Jan 2023 18:53:52 +0100 Subject: [PATCH] python310Packages.confection: 0.0.3 -> 0.0.4 Changelog: https://github.com/explosion/confection/releases/tag/v0.0.4 --- pkgs/development/python-modules/confection/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/confection/default.nix b/pkgs/development/python-modules/confection/default.nix index 997b0311725..141b781069d 100644 --- a/pkgs/development/python-modules/confection/default.nix +++ b/pkgs/development/python-modules/confection/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "confection"; - version = "0.0.3"; + version = "0.0.4"; format = "setuptools"; disabled = pythonOlder "3.8"; @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "explosion"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-3qxB94CYCMZN+sKqbmDfkRyAs6HJkFLE/5yJx1DKqYM="; + hash = "sha256-JZQ9D5+UAobywlj8eiyw15wXKYhUKz6+lf9hikMV6x0="; }; propagatedBuildInputs = [