Skip to content

Commit fce2e90

Browse files
committed
python312Packages.casbin: 1.36.3 -> 1.37.0
1 parent 504e3ec commit fce2e90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/casbin/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
buildPythonPackage rec {
1313
pname = "casbin";
14-
version = "1.36.3";
14+
version = "1.37.0";
1515
pyproject = true;
1616

1717
disabled = pythonOlder "3.6";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
2020
owner = "casbin";
2121
repo = "pycasbin";
2222
rev = "refs/tags/v${version}";
23-
hash = "sha256-JTAd7Nkreyfczomki05WHuuJCFWspvG8i6DAWaQI6fs=";
23+
hash = "sha256-gFh8+fcunDG4kT+cJpmuVGsgWQzntbbm6AQmvS/iCo0=";
2424
};
2525

2626
build-system = [ setuptools ];

0 commit comments

Comments
 (0)