nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python: XStatic-jQuery-File-Upload: 9.22.0.1 -> 9.23.0.1

+2 -2
+2 -2
pkgs/development/python-modules/xstatic-jquery-file-upload/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "XStatic-jQuery-File-Upload"; 9 - version = "9.22.0.1"; 9 + version = "9.23.0.1"; 10 10 11 11 src = fetchPypi { 12 12 inherit version pname; 13 - sha256 = "0jy7xnww0177fv0asssxvv8l1032jcnbkvz39z16yd6k34v53fzf"; 13 + sha256 = "649a500870b5f5d9cc71d1c1dc4c4d2242f459b02d811a771336217e4e91bfda"; 14 14 }; 15 15 16 16 # no tests implemented