Unverified Commit 13862dc3 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #263412 from fabaff/nats-py-bump

python311Packages.nats-py: 2.4.0 -> 2.5.0
parents 659bd629 9fbb1213
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

buildPythonPackage rec {
  pname = "nats-py";
  version = "2.4.0";
  version = "2.5.0";
  format = "pyproject";

  disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
    owner = "nats-io";
    repo = "nats.py";
    rev = "refs/tags/v${version}";
    hash = "sha256-6t4BTUWjzTbegPvySv9Y6pQrRDwparuYb6rC+HOXWLo=";
    hash = "sha256-BTGq1m1kkWk2CxDYh+jZZIf89ZoQjSTcvloBg9vq4p8=";
  };

  postPatch = ''