python3Packages.cramjam: 2.10.0 -> 2.11.0.post1 (#428929)

* python3Packages.cramjam: 2.10.0 -> 2.11.0

Diff: https://github.com/milesgranger/cramjam/compare/2.10.0...v2.11.0

Changelog: https://github.com/milesgranger/cramjam/releases/tag/v2.11.0

* python3Packages.cramjam: 2.11.0 -> 2.11.0.post1

Diff: https://github.com/milesgranger/cramjam/compare/refs/tags/v2.11.0...refs/tags/v2.11.0.post1

Changelog: https://github.com/milesgranger/cramjam/releases/tag/v2.11.0.post1

Changed files
+4 -4
pkgs
development
python-modules
cramjam
+4 -4
pkgs/development/python-modules/cramjam/default.nix
···
buildPythonPackage rec {
pname = "cramjam";
-
version = "2.10.0";
+
version = "2.11.0.post1";
pyproject = true;
src = fetchFromGitHub {
owner = "milesgranger";
repo = "cramjam";
-
tag = version;
-
hash = "sha256-zM3EIo7KQYWK7W3LSGaY72iYQQcRB84opLqj/lrSwwY=";
+
tag = "v${version}";
+
hash = "sha256-iYx/cPQpZVVPAH+HTiYH/E9tmdnHvKf3Cel4yZpXSIA=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname src version;
-
hash = "sha256-eMVUDF6DWNzdNfzWuwDF0UBbJ5wQU4/DHaNkP/k2SJ8=";
+
hash = "sha256-jLGCyrVHtauWhiDghtYgt5MhgOl8wNiM7TAQhrCk2xU=";
};
nativeBuildInputs = with rustPlatform; [