We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 504e3ec commit fce2e90Copy full SHA for fce2e90
pkgs/development/python-modules/casbin/default.nix
@@ -11,7 +11,7 @@
11
12
buildPythonPackage rec {
13
pname = "casbin";
14
- version = "1.36.3";
+ version = "1.37.0";
15
pyproject = true;
16
17
disabled = pythonOlder "3.6";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
20
owner = "casbin";
21
repo = "pycasbin";
22
rev = "refs/tags/v${version}";
23
- hash = "sha256-JTAd7Nkreyfczomki05WHuuJCFWspvG8i6DAWaQI6fs=";
+ hash = "sha256-gFh8+fcunDG4kT+cJpmuVGsgWQzntbbm6AQmvS/iCo0=";
24
};
25
26
build-system = [ setuptools ];
0 commit comments