Skip to content

Commit

Permalink
Merge pull request #265631 from fabaff/vine-bump
Browse files Browse the repository at this point in the history
python311Packages.vine: 5.0.0 -> 5.1.0
  • Loading branch information
fabaff committed Nov 5, 2023
2 parents 58f5915 + 79707e7 commit 3856ec8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/development/python-modules/vine/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

buildPythonPackage rec {
pname = "vine";
version = "5.0.0";
version = "5.1.0";
format = "setuptools";

disabled = pythonOlder "3.6";
disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-fTsWJKlT2oLvY0YgE7vScdPrdXUUifmAdZjo80C9Y34=";
hash = "sha256-i2LpgdNcQQSSEc9ioKEkLYwe6b0Vuxls44rv1nmeYeA=";
};

nativeCheckInputs = [
Expand All @@ -30,6 +30,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python promises";
homepage = "https://github.com/celery/vine";
changelog = "https://github.com/celery/vine/releases/tag/v${version}";
license = licenses.bsd3;
maintainers = with maintainers; [ fab ];
};
Expand Down

0 comments on commit 3856ec8

Please sign in to comment.