mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.cartopy: 0.25.0 -> 0.25.0.post2 (#532016)
This commit is contained in:
commit
672a1284ff
1 changed files with 2 additions and 2 deletions
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "cartopy";
|
||||
version = "0.25.0";
|
||||
version = "0.25.0.post2";
|
||||
pyproject = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
|
|
@ -43,7 +43,7 @@ buildPythonPackage (finalAttrs: {
|
|||
owner = "SciTools";
|
||||
repo = "cartopy";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-qnsr8IgqgqQDyGslYBvpAr/+ccsUPOiA2yGOXge3nUw=";
|
||||
hash = "sha256-N5cE+VKux5Wu2CtGujuMy3UA1fZBFkD+Fin/rb4rtUM=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue