tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
uv-sort: 0.6.0 -> 0.6.1
R. Ryantm
5 months ago
01f85f45
38c4f0e4
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
uv
uv-sort
package.nix
+2
-2
pkgs/by-name/uv/uv-sort/package.nix
···
6
7
python3Packages.buildPythonApplication rec {
8
pname = "uv-sort";
9
-
version = "0.6.0";
10
pyproject = true;
11
12
# Build from GitHub does not work. Use fetchPypi instead of fetchFromGitHub.
···
14
src = fetchPypi {
15
pname = "uv_sort";
16
inherit version;
17
-
hash = "sha256-umKMcQcQST0bBGf7ZXxNcWq/5/ht3jp+3JVjowBdeO0=";
18
};
19
20
postPatch = ''
···
6
7
python3Packages.buildPythonApplication rec {
8
pname = "uv-sort";
9
+
version = "0.6.1";
10
pyproject = true;
11
12
# Build from GitHub does not work. Use fetchPypi instead of fetchFromGitHub.
···
14
src = fetchPypi {
15
pname = "uv_sort";
16
inherit version;
17
+
hash = "sha256-ovOCiu22ClSheWDsPBAx5s+LcR5jIQFqb1Dm0wpEKGU=";
18
};
19
20
postPatch = ''