diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2023-09-15 14:05:45 +0200 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2023-09-27 15:32:48 +0200 |
| commit | 740d2fd261bdaf163a09409dc38811fbfc1db72f (patch) | |
| tree | 68f3a96f457c2f1f2cd523a1db9db1ec84ad1b18 /pkgs/development/python-modules/apsw | |
| parent | python3Packages.apache-beam: 2.45.0 -> 2.50.0 (diff) | |
| download | nixpkgs-740d2fd261bdaf163a09409dc38811fbfc1db72f.tar.gz | |
python3Packages.apsw: 3.42.0.0 -> 3.43.1.0
Diffstat (limited to 'pkgs/development/python-modules/apsw')
| -rw-r--r-- | pkgs/development/python-modules/apsw/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/apsw/default.nix b/pkgs/development/python-modules/apsw/default.nix index 5964274881c6..59576a129d68 100644 --- a/pkgs/development/python-modules/apsw/default.nix +++ b/pkgs/development/python-modules/apsw/default.nix @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "apsw"; - version = "3.42.0.0"; + version = "3.43.1.0"; format = "setuptools"; disabled = isPyPy; @@ -17,7 +17,7 @@ buildPythonPackage rec { owner = "rogerbinns"; repo = "apsw"; rev = "refs/tags/${version}"; - hash = "sha256-pLkYTyf2BGRLs4bChb+eo2i5gRRUUJDFyfCBTSJ1RkQ="; + hash = "sha256-x+bSft37DgF2tXXCL6ac86g1+mj/wJeDLoCSiVSXedA="; }; buildInputs = [ |
