Skip to content

Commit d2afb0f

Browse files
committed
fix plug version for pip
1 parent fa57807 commit d2afb0f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ext/pip.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ import { join } from "jsr:@std/path@^1/join";
55
import { ensureDir } from "jsr:@std/fs@^1/ensure-dir";
66
import { green, yellow } from "jsr:@std/fmt@^1/colors";
77

8-
import type { CacheLocation } from "jsr:@denosaurs/plug@^1/types";
9-
import { ensureCacheLocation } from "jsr:@denosaurs/plug@^1/download";
10-
import { hash } from "jsr:@denosaurs/plug@^1/util";
8+
import type { CacheLocation } from "jsr:@denosaurs/plug@1.1.0/types";
9+
import { ensureCacheLocation } from "jsr:@denosaurs/plug@1.1.0/download";
10+
import { hash } from "jsr:@denosaurs/plug@1.1.0/util";
1111

1212
const sys = python.import("sys");
1313
const runpy = python.import("runpy");

0 commit comments

Comments
 (0)