Merge pull request #251703 from r-ryantm/auto-update/python310Packages.picosvg
python310Packages.picosvg: 0.22.0 -> 0.22.1
This commit is contained in:
commit
59c244d640
1 changed files with 3 additions and 3 deletions
|
@ -11,13 +11,13 @@
|
|||
}:
|
||||
buildPythonPackage rec {
|
||||
pname = "picosvg";
|
||||
version = "0.22.0";
|
||||
version = "0.22.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "googlefonts";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
hash = "sha256-J06ijF1c3ZKPqKiQha6yqfj8EjFZoZzA6i6UCCrexi8=";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-jG1rfamegnX8GXDwqkGFBFzUeycRLDObJvGbxNk6OpM=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
|
Loading…
Reference in a new issue