summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Heinrich <onny@project-insanity.org>2023-01-13 11:13:11 +0100
committerGitHub <noreply@github.com>2023-01-13 11:13:11 +0100
commitb40709d2aabbea9642f2a807583dd2aaf1124b60 (patch)
treec077cfdd006bb0a4de3509bf44fcfb559918303d
parentb3f11c60ed7df91cfb91771ac3d7236b37c6a1a6 (diff)
parentc74317ca23df1e6d62da0ff78c11d4b6d91c5c8f (diff)
Merge pull request #210400 from fabaff/confection-bump
python310Packages.confection: 0.0.3 -> 0.0.4
-rw-r--r--pkgs/development/python-modules/confection/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/confection/default.nix b/pkgs/development/python-modules/confection/default.nix
index 82cedc869687..141b781069d0 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 = [
@@ -37,6 +37,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library that offers a configuration system";
homepage = "https://github.com/explosion/confection";
+ changelog = "https://github.com/explosion/confection/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};