python311Packages.pins: 0.8.4 -> 0.8.6
Diff: https://github.com/rstudio/pins-python/compare/refs/tags/v0.8.4...v0.8.6 Changelog: https://github.com/rstudio/pins-python/releases/tag/v0.8.6
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pins";
|
||||
version = "0.8.4";
|
||||
version = "0.8.6";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@@ -37,7 +37,7 @@ buildPythonPackage rec {
|
||||
owner = "rstudio";
|
||||
repo = "pins-python";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-rNIjHwFELHoxDxC/T5vPzHA6Ifjz01rJpTK6kjUxOIM=";
|
||||
hash = "sha256-TRwdd0vxqXZgongjooJG5rzTnopUsjfl2I8z3nBocdg=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
||||
Reference in New Issue
Block a user